summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2005-11-07Added chmod.o to OBJS2.Wayne Davison1-1/+1
2005-07-07Changes for new zlib.Wayne Davison1-3/+2
2004-11-02Always include lib/snprintf.o when we include lib/compat.o.Wayne Davison1-2/+2
2004-10-12Decided we don't need the build_gen target after all.Wayne Davison1-3/+1
2004-10-08A new target, build_gen, works like gen w/o man-page generation.Wayne Davison1-1/+3
2004-10-01Make sure that all programs that use syscall.o also includeWayne Davison1-2/+2
2004-08-12Improved the build rule for getfsdev and added getfsdev.o to theWayne Davison1-3/+3
2004-08-09Added a rule for building getfsdev and for requiring it to run "test".Wayne Davison1-1/+4
2004-07-04Added some missing $(srcdir) references.Wayne Davison1-8/+8
2004-05-15Added a "gen" rule to remake various generated files: configure,Wayne Davison1-11/+12
2004-05-02Got rid of a TODO comment that was fixed long ago.Wayne Davison1-3/+0
2004-05-02Renamed variable STRIP to INSTALL_STRIP to avoid an accidental matchWayne Davison1-2/+2
2004-02-10Added lib/pool_alloc.h to the HEADERS.Wayne Davison1-1/+1
2004-02-10Make idev, hlink and file_struct + strings use allocationJ.W. Schultz1-1/+1
2003-07-30Changed lib/fnmatch.o to lib/wildmatch.o.Wayne Davison1-1/+1
2003-07-05A wildtest change to handle someone using the included popt lib.Wayne Davison1-1/+1
2003-07-05Added dependencies for wildtest.o.Wayne Davison1-0/+1
2003-07-05Another change to the wildtest rule to make it more portable.Wayne Davison1-1/+1
2003-07-05Changed the build rule for wildtest.Wayne Davison1-3/+2
2003-07-05Build "wildtest" for "make check".Wayne Davison1-2/+6
2003-03-21Cleanup: Added header files to dependancies.J.W. Schultz1-1/+2
2003-01-20Backed out Paul Green's IRIX patch since it didn't seem to be a part ofWayne Davison1-16/+11
2003-01-18Got rid of trailing whitespace and tweaked a few things that mightWayne Davison1-15/+14
2003-01-18Trying out Paul Green's IRIX patch to see if it fixes the syntaxWayne Davison1-11/+16
2003-01-10Paul Green's changes to add $(EXEEXT) and $(CPPFLAGS) as appropriate.Wayne Davison1-13/+16
2003-01-10Clean up better after the testsuite check programs. Patch from J.W. Schultz.David Dykstra1-1/+4
2002-04-08t_unsafe needs asnprintf on some platforms.Martin Pool1-1/+1
2002-04-08handle yodl and vpathMartin Pool1-4/+4
2002-04-08Split code out into separate files and remove some global variables toMartin Pool1-2/+16
2002-04-02Remove warning about "run autoconf". It tends to break too much withMartin Pool1-4/+9
2002-03-25Apparently SGI make doesn't like $< in non-implicit rules.Martin Pool1-1/+1
2002-03-25Add a test case for trim_trailing_slashes, and make it handle other cases.Martin Pool1-2/+6
2002-03-25Need to also delete getgroups when cleaning.Martin Pool1-1/+1
2002-03-25Clean testtmp*, because we now put tests in their own directories.Martin Pool1-2/+4
2002-03-25Change chgrp.test to use our getgroups rather than the system's.Martin Pool1-3/+3
2002-03-25Add our own little tool to call getgroups(2) because it's too hard toMartin Pool1-0/+3
2002-03-20 * Make "make install-strip" works properly, and "make install"Martin Pool1-7/+7
2002-03-16Add more rules for make distclean.Martin Pool1-2/+6
2002-03-16"make distclean": We try to delete built files from both the sourceMartin Pool1-2/+6
2002-03-14Add phony target to run Splint.Martin Pool1-0/+6
2002-03-14"make install-strip" works. (Greg Louis)Martin Pool1-2/+3
2002-02-25Add targets to build documentation from Texinfo.Martin Pool1-0/+9
2002-02-23Make "make proto" work for VPATH builds.Martin Pool1-1/+1
2002-02-18Fix bug that made tls.o not be removed by 'make clean'.Martin Pool1-3/+3
2002-01-25The name resolution stuff is getting complicated -- split it out intoMartin Pool1-1/+2
2001-11-30Add "$(OBJS): config.h" so everything will rebuild if config.h changes.David Dykstra1-0/+2
2001-11-30Add message to ignore warnings about mktempMartin Pool1-0/+1
2001-11-27Use tls rather than the OS's ls(1) so that we have more chance ofMartin Pool1-2/+2
2001-11-27make clean can rm config.cache but not config.h, or it wil jam.Martin Pool1-10/+5
2001-11-27Make clean should also remove the autoconf cache etc.Martin Pool1-1/+2