r5483 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r5482‎ | r5483 | r5484 >
Date:08:11, 25 September 2004
Author:midom
Status:old
Tags:
Comment:
some comments and order change
Modified paths:
  • /trunk/tugelacache/Makefile (modified) (history)

Diff [purge]

Index: trunk/tugelacache/Makefile
@@ -3,11 +3,16 @@
44 # It is not a real makefile, but sometimes it does work, and it is a place
55 # where you should change one thing or another :)
66
 7+# Default path for a database
 8+DBFILE='"/var/db/dbcache"'
 9+
 10+# change it into your installed db3/db4{0,1,2} library name
711 DBLIB=db41
 12+
 13+# FreeBSD file locations
814 LIBS=-l${DBLIB} -levent
915 DBLIBPATH=/usr/local/lib/${DBLIB}/
1016 DBINCPATH=/usr/local/include/${DBLIB}/
11 -DBFILE='"/var/db/dbcache"'
1217
1318 LDFLAGS= -L/usr/local/lib/ -L${DBLIBPATH}
1419 CFLAGS = -O -pipe -I/usr/local/include -I${DBINCPATH} -DDBFILE=${DBFILE}

Status & tagging log