[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.34 and 1.35

version 1.34, 2002/04/22 21:45:01 version 1.35, 2002/06/11 21:12:11
Line 9 
Line 9 
 CFLAGS+=-DHAS_BOOL_H  CFLAGS+=-DHAS_BOOL_H
 CFLAGS+=-DHAS_PATHS_H  CFLAGS+=-DHAS_PATHS_H
 CFLAGS+=-DHAS_EXTENDED_GETCWD  CFLAGS+=-DHAS_EXTENDED_GETCWD
   #CFLAGS+=-DHAS_STATS
   
 SRCS=   arch.c buf.c cmd_exec.c compat.c cond.c dir.c error.c for.c \  SRCS=   arch.c buf.c cmd_exec.c compat.c cond.c dir.c error.c for.c \
         init.c job.c lowparse.c main.c make.c memory.c parse.c \          init.c job.c lowparse.c main.c make.c memory.c parse.c \
Line 28 
Line 29 
 beforedepend: varhashconsts.h condhashconsts.h  beforedepend: varhashconsts.h condhashconsts.h
 # may need tweaking if you add variable synonyms or change the hash function  # may need tweaking if you add variable synonyms or change the hash function
 MAGICVARSLOTS=77  MAGICVARSLOTS=77
 MAGICCONDSLOTS=43  MAGICCONDSLOTS=65
   
 varhashconsts.h: generate  varhashconsts.h: generate
         ${.OBJDIR}/generate 1 ${MAGICVARSLOTS} >${.TARGET}          ${.OBJDIR}/generate 1 ${MAGICVARSLOTS} >${.TARGET}
Line 47 
Line 48 
   
 # kludge for people who forget to make depend  # kludge for people who forget to make depend
 var.o: varhashconsts.h  var.o: varhashconsts.h
   cond.o: condhashconsts.h
   
 .if make(install)  .if make(install)
 SUBDIR+= PSD.doc  SUBDIR+= PSD.doc

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35