summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
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
2001-11-24Get rid of rule disliked by Sun Make.Martin Pool1-3/+1
2001-11-24Set rsync version in configure.inMartin Pool1-0/+3
2001-11-24Fix Makefile syntax problem when LIBOBJS is defined.Martin Pool1-1/+1
2001-11-24Rebuild if headers changed.Martin Pool1-0/+2
2001-11-23Merge KAME.net IPv6 patch: you can now (in theory) pass IPv6 hostnamesMartin Pool1-0/+6
2001-09-07Add a little implementation of ls(1) so that we can look at all andMartin Pool1-4/+12
2001-08-29$RSYNC must be set to absolute path so that it can be passed to --rsync-pathMartin Pool1-1/+1
2001-08-29Remove testtmp directory on 'clean'.Martin Pool1-2/+7
2001-08-29More test case work:Martin Pool1-1/+8
2001-08-29Redraft testsuite driver script to unify 'make check', 'makeMartin Pool1-1/+12
2001-08-17Set up scratch directory for tests.Martin Pool1-1/+1
2001-08-17Try to fix "make check" directory path.Martin Pool1-2/+1
2001-08-16Start to unify the "make check" and build farm test suitesMartin Pool1-0/+8
2001-08-14Merge across rsync+ patch; add a little documentation to the manpage. More d...Martin Pool1-1/+1
2001-05-02use mkstemp on systems where it is secureAndrew Tridgell1-5/+2
2001-03-21i hate makefiles that automatically run configureAndrew Tridgell1-1/+1
2001-02-27Explain that the mktemp warning is harmless.Martin Pool1-1/+11
2001-02-24Upgrade from including popt1.2 to a version of popt1.5 trimmed down toMartin Pool1-7/+4
2001-02-23Change from getopt to popt.Martin Pool1-1/+6
2000-09-05added LFS support for Solaris 8Andrew Tridgell1-0/+1
2000-08-19I don't like automatic header dependenciesAndrew Tridgell1-4/+0