summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Switch from using $(DIST)/bin, $(DIST)/lib, etc to using $(bindir), ↵cls%seawood.org2001-01-211-2/+2
| | | | $(includedir). This gives us the advantage of being able to set different directories for libs & headers as needed. r=bryner
* Remove generated config files on distclean. Bug #43142cls%seawood.org2000-07-031-0/+1
|
* BugZilla: 42367. Fix copyright date, Original Codelarryh%netscape.com2000-06-201-2/+2
|
* BugZilla 42367. change license to dual-licenselarryh%netscape.com2000-06-131-14/+30
|
* Bugzilla bug #29427: restore the realclean/clobber_all targets to theirwtc%netscape.com2000-04-051-1/+1
| | | | | original behavior. Modified files: Makefile, Makefile.in, config/rules.mk
* Bugzilla bug #29427: implemented the 'distclean' target and madewtc%netscape.com2000-03-161-0/+4
| | | | | | | 'realclean' and 'clobber_all' synonymous with 'distclean'. This patch is contributed by Chris Seawood <cls@seawood.org>. r=wtc@netscape.com Modified files: Makefile, Makefile.in, configure, configure.in, config/Makefile.in, config/config.mk, config/rules.mk
* Landed NSPRPUB_RELEASE_4_0_20000223 onto the main trunk.wtc%netscape.com2000-02-231-1/+1
|
* Temporary depend:clean hack.wtc%netscape.com2000-01-081-1/+1
|
* Removed the depend:clean hack.wtc%netscape.com1999-11-191-1/+1
|
* Temporary depend:clean hack.wtc%netscape.com1999-11-151-1/+1
|
* Removed temporary depend:clean hack.wtc%netscape.com1999-10-221-1/+1
|
* Temporary depend:clean hack.wtc%netscape.com1999-10-211-1/+1
|
* updating to license version 1.1 in boilerplate commentsRDF_19990422_BASEdmose%mozilla.org1999-04-211-1/+1
|
* Undo the temporary "depend: clean" hack.NSPRPUB_LIB3_NAME_CHANGE_BASEwtc%netscape.com1999-03-021-1/+1
|
* Another update of the latest stuff from the internal CVS repository /m/src.wtc%netscape.com1999-03-021-1/+1
|
* Temporary depend:clean hack.wtc%netscape.com1999-02-261-1/+1
|
* Removed the temporary depend:clean hack.wtc%netscape.com1998-12-091-1/+1
|
* Temporary depend:clean hack to make sure the Tinderbox depend continuouswtc%netscape.com1998-12-091-1/+1
| | | | builds work after a major checkin.
* Removed the temporary "depend: clean" hack.XTech99StableRDF_122898_BASENSPRPUB_RELEASE_3_0_BASENSPRPUB_RELEASE_3_0NGT_TECHDEMO_RELEASEwtc%netscape.com1998-11-111-1/+1
|
* Have "make depend" invoke "make clean" as a hack to ensurewtc%netscape.com1998-11-091-1/+1
| | | | | | that the "depend" continuous builds still work after I removed plvector.c and plvector.h from mozilla/nsprpub/lib/ds. This temporary hack will be removed later.
* Removed the "make depend = make clean" hack.PROGRESS_19981006_BASEwtc%netscape.com1998-10-061-1/+1
|
* Make 'gmake depend' do a 'gmake clean' temporarily, because I amwtc%netscape.com1998-09-281-1/+1
| | | | | | | going to check in a change to the header file _linux.h and NSPR makefiles don't implement 'gmake depend'. I must force the Tinderbox 'gmake depend' continuous builds to rebuild the files after the header file change. I really hate to do this hack but...
* Do not build pr/tests by default. This shortens the default buildwtc1998-04-131-2/+2
| | | | | | time. Also, use 'rm -r -f' instead of 'rm -rf' because the 'rm' command of tcsh.exe on Win32 does not understand clustered command line options.
* Free the lizardltabb1998-03-281-0/+105