summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Don't use -C with make because it's not portable.Wayne Davison2006-04-171-3/+3
* The "proto" target now builds target "proto.h" from the newWayne Davison2006-02-061-1/+1
* Moved the targets "gen", "proto", and "man" to prepare-source.mak.Wayne Davison2006-02-061-20/+5
* We now use lib/compat.o when building wildtest.Wayne Davison2006-01-131-2/+2
* Added chmod.o to OBJS2.Wayne Davison2005-11-071-1/+1
* Changes for new zlib.Wayne Davison2005-07-071-3/+2
* Always include lib/snprintf.o when we include lib/compat.o.Wayne Davison2004-11-021-2/+2
* Decided we don't need the build_gen target after all.Wayne Davison2004-10-121-3/+1
* A new target, build_gen, works like gen w/o man-page generation.Wayne Davison2004-10-081-1/+3
* Make sure that all programs that use syscall.o also includeWayne Davison2004-10-011-2/+2
* Improved the build rule for getfsdev and added getfsdev.o to theWayne Davison2004-08-121-3/+3
* Added a rule for building getfsdev and for requiring it to run "test".Wayne Davison2004-08-091-1/+4
* Added some missing $(srcdir) references.Wayne Davison2004-07-041-8/+8
* Added a "gen" rule to remake various generated files: configure,Wayne Davison2004-05-151-11/+12
* Got rid of a TODO comment that was fixed long ago.Wayne Davison2004-05-021-3/+0
* Renamed variable STRIP to INSTALL_STRIP to avoid an accidental matchWayne Davison2004-05-021-2/+2
* Added lib/pool_alloc.h to the HEADERS.Wayne Davison2004-02-101-1/+1
* Make idev, hlink and file_struct + strings use allocationJ.W. Schultz2004-02-101-1/+1
* Changed lib/fnmatch.o to lib/wildmatch.o.Wayne Davison2003-07-301-1/+1
* A wildtest change to handle someone using the included popt lib.Wayne Davison2003-07-051-1/+1
* Added dependencies for wildtest.o.Wayne Davison2003-07-051-0/+1
* Another change to the wildtest rule to make it more portable.Wayne Davison2003-07-051-1/+1
* Changed the build rule for wildtest.Wayne Davison2003-07-051-3/+2
* Build "wildtest" for "make check".Wayne Davison2003-07-051-2/+6
* Cleanup: Added header files to dependancies.J.W. Schultz2003-03-211-1/+2
* Backed out Paul Green's IRIX patch since it didn't seem to be a part ofWayne Davison2003-01-201-16/+11
* Got rid of trailing whitespace and tweaked a few things that mightWayne Davison2003-01-181-15/+14
* Trying out Paul Green's IRIX patch to see if it fixes the syntaxWayne Davison2003-01-181-11/+16
* Paul Green's changes to add $(EXEEXT) and $(CPPFLAGS) as appropriate.Wayne Davison2003-01-101-13/+16
* Clean up better after the testsuite check programs. Patch from J.W. Schultz.David Dykstra2003-01-101-1/+4
* t_unsafe needs asnprintf on some platforms.Martin Pool2002-04-081-1/+1
* handle yodl and vpathMartin Pool2002-04-081-4/+4
* Split code out into separate files and remove some global variables toMartin Pool2002-04-081-2/+16
* Remove warning about "run autoconf". It tends to break too much withMartin Pool2002-04-021-4/+9
* Apparently SGI make doesn't like $< in non-implicit rules.Martin Pool2002-03-251-1/+1
* Add a test case for trim_trailing_slashes, and make it handle other cases.Martin Pool2002-03-251-2/+6
* Need to also delete getgroups when cleaning.Martin Pool2002-03-251-1/+1
* Clean testtmp*, because we now put tests in their own directories.Martin Pool2002-03-251-2/+4
* Change chgrp.test to use our getgroups rather than the system's.Martin Pool2002-03-251-3/+3
* Add our own little tool to call getgroups(2) because it's too hard toMartin Pool2002-03-251-0/+3
* * Make "make install-strip" works properly, and "make install"Martin Pool2002-03-201-7/+7
* Add more rules for make distclean.Martin Pool2002-03-161-2/+6
* "make distclean": We try to delete built files from both the sourceMartin Pool2002-03-161-2/+6
* Add phony target to run Splint.Martin Pool2002-03-141-0/+6
* "make install-strip" works. (Greg Louis)Martin Pool2002-03-141-2/+3
* Add targets to build documentation from Texinfo.Martin Pool2002-02-251-0/+9
* Make "make proto" work for VPATH builds.Martin Pool2002-02-231-1/+1
* Fix bug that made tls.o not be removed by 'make clean'.Martin Pool2002-02-181-3/+3
* The name resolution stuff is getting complicated -- split it out intoMartin Pool2002-01-251-1/+2
* Add "$(OBJS): config.h" so everything will rebuild if config.h changes.David Dykstra2001-11-301-0/+2