[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/Makefile between version 1.37 and 1.38

version 1.37, 2004/01/28 02:01:48 version 1.38, 2004/01/28 02:50:28
Line 20 
Line 20 
         lstInsert.c lstMember.c lstRemove.c lstReplace.c lstSucc.c          lstInsert.c lstMember.c lstRemove.c lstReplace.c lstSucc.c
 .PATH:  ${.CURDIR}/lst.lib  .PATH:  ${.CURDIR}/lst.lib
   
 # Use this for bootstrapping  
 #.PATH: ${.CURDIR}/../../lib/libc/ohash  
 #CFLAGS+=-I${.CURDIR}/../../lib/libc/ohash  
 #HSRCS+=        ohash_create_entry.c ohash_delete.c ohash_do.c ohash_entries.c \  
 #       ohash_enum.c ohash_init.c ohash_interval.c \  
 #       ohash_lookup_interval.c ohash_lookup_memory.c \  
 #       ohash_qlookup.c ohash_qlookupi.c  
 #SRCS+= ${HSRCS}  
   
 CLEANFILES+=generate hashconsts.h generate.o regress.o check  CLEANFILES+=generate hashconsts.h generate.o regress.o check
   
Line 45 
Line 37 
 condhashconsts.h: generate  condhashconsts.h: generate
         ${.OBJDIR}/generate 2 ${MAGICCONDSLOTS} >${.TARGET}          ${.OBJDIR}/generate 2 ${MAGICCONDSLOTS} >${.TARGET}
   
 generate: generate.c stats.c memory.c ${HSRCS}  generate: generate.c stats.c memory.c
         ${HOSTCC} ${LDSTATIC} -o ${.TARGET} ${CFLAGS} ${.ALLSRC} ${LDADD}          ${HOSTCC} ${LDSTATIC} -o ${.TARGET} ${CFLAGS} ${.ALLSRC} ${LDADD}
   
 check: regress.o str.o memory.o buf.o  check: regress.o str.o memory.o buf.o

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38