summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a couple of compiler warnings related to wrong prototypes.dg1994-09-231-2/+3
|
* Don't build profiled library.bde1994-09-201-1/+2
|
* Add dependency for -lcompat.bde1994-09-202-2/+6
|
* For Bruce: -DNO_SHARED_LIBCC_INT reverts back to static libcc_int.wollman1994-09-192-2/+12
| | | | This makes the back end run faster, but at the cost of speed.
* Make GCC's back end be shared among all languages. cc, c++, and cpp nowwollman1994-09-189-25/+19
| | | | | | | | | | | | | | | | no longer link against the whole library, since they don't require much from it, but just compile the few small modules they actually need static. This should save a measurable amount of space; compare: -r-xr-xr-x 1 bin bin 155648 Sep 18 18:00 cc1* -r-xr-xr-x 1 root bin 1048576 Sep 18 17:33 cc1.noshae* Of course, the library takes up a bit of space, but when you add in the savings from the C++ compiler, you more than make up the difference: -r--r--r-- 1 bin bin 1157344 Sep 18 18:27 /usr/lib/libcc_int.so.26.0 -r-xr-xr-x 1 bin bin 491520 Sep 18 18:27 /usr/libexec/cc1plus*
* Add q modifier (for long longs) support to -Wformat.rgrimes1994-09-181-22/+29
| | | | Reviewed by: bde
* Add LDDESTDIR to ld command.swallace1994-09-181-2/+6
| | | | Add -I${DESTDIR}/usr/include to cpp command.
* Unmap hints file when finished with it, so that it can go awaybde1994-09-151-1/+21
| | | | | | | completely when ldconfig unlinks it. If init is shared, then the referenced unlinked copy of the hints file created by running ldconfig in /etc/rc caused the file system to be unclean after every reboot.
* Install libregex.h with the correct owner, group and mode.bde1994-09-151-2/+3
|
* Add NOMAN, fix Id.jkh1994-09-151-2/+2
|
* Add NOMAN, fix Id line.jkh1994-09-151-2/+3
|
* Set NOMAN properly, correct Id line.jkh1994-09-151-2/+2
|
* Change install -c to install ${COPY} as per Rod's comments. At leastjkh1994-09-151-1/+1
| | | | we've got one Makefile that uses this in the tree now! :-)
* Fix typo, add -c to install so that files aren't moved out on firstjkh1994-09-151-6/+4
| | | | install! :-)
* Cleaned up comments, added Id lines.jkh1994-09-152-5/+4
|
* Add texinfo to the list of SUBDIR targets.jkh1994-09-151-2/+2
|
* Added ${DESTDIR} in the lineswallace1994-09-152-2/+2
| | | | CFLAGS+= -I$(.CURDIR)/. -I${DESTDIR}/usr/include/readline -I$(.CURDIR)/../bfd
* This commit was generated by cvs2svn to compensate for changes in r2726,gclarkii1994-09-1394-0/+68956
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of GNU Info 3.0 in bmake formatgclarkii1994-09-1394-0/+68956
| |
| * This commit was manufactured by cvs2svn to create branch 'GNU'.cvs2svn1993-11-1247-0/+14698
| |
* | Include of bsd.prog.mk should almost always be the last line of the file.rgrimes1994-09-124-10/+8
| | | | | | | | | | Fix missing ${DESTDIR} in 2 places (rgrimes) Submitted by: bde
* | Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-114-5/+5
| |
* | Deleted checks for libcrypt as not nessecery for 2.0.gclarkii1994-09-113-12/+0
| |
* | Added CURDIR directives for some installs.gclarkii1994-09-111-2/+3
| | | | | | | | | | Reviewed by: Gary Clark II Submitted by: Rod Grimes
* | Added includes for Makefile.inc (/usr/src/gnu/usr.bin/Makefile.inc)gclarkii1994-09-113-1/+5
| | | | | | | | | | Reviewed by: Gary Clark II Submitted by: Rod Grimes
* | Changed AF_LOCAL to AF_LOCAL_XX so as not to conflict with 4.4 socket.hgclarkii1994-09-116-150/+42
| | | | | | | | Added casts to shutup warnings in doio.c
* | libg++ include files being installed in /usr/include instead ofpst1994-09-101-2/+2
| | | | | | | | | | | | /usr/include/g++ Submitted by: pst
* | This commit was generated by cvs2svn to compensate for changes in r2635,gclarkii1994-09-10255-0/+73260
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Initial import of Perl 4.046 bmakedgclarkii1994-09-10255-0/+73260
| /
* | Bogus little commit to see if my change to log_accum.pl actually worked.wollman1994-09-091-1/+1
| | | | | | | | CVS:
* | Added some missing ${.CURDIR} and removed some that shouldn't havepaul1994-09-091-6/+6
| | | | | | | | | | been there. It should build and install fine with and without an obj dir now.
* | Enabled send-prpaul1994-09-091-2/+2
| |
* | ljo:rgrimes1994-09-092-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You need to fix the libio/_G_config.h file around lines 42-44. After that everything should be OK. You should have seen many warning error messages about this file. There are missing "short" "char" keywords the file. Michael: Apply the following patch rgrimes: The patch to include/_G_config.h is highly questionable and has been marked as such. Reviewed by: rgrimes Submitted by: L Jonas Olsson <ljo@ljo-slip.DIALIN.CWRU.Edu> Submitted by: Michael Reifenberger <root@rz-wb.fh-sw.de>
* | Reenable libg++rgrimes1994-09-091-2/+2
| |
* | Disable one of my extensions (function profiler epilogues) thatbde1994-09-021-0/+2
| | | | | | | | | | | | we're not ready for yet. gcc and all profiled libraries will need to be recompiled. I suspect that the dependencies aren't complete enough to do this automatically.
* | Use gnumalloc to help reduce memory consumption.dg1994-08-293-7/+7
| |
* | Added misc categorypaul1994-08-291-3/+4
| | | | | | | | Submitted by: Paul Richards
* | Fix some bad spacing in send-pr.sh that stopped mail working,paul1994-08-292-6/+6
| | | | | | | | | | changed the category selection. Submitted by: Paul Richards
* | Set up the problem categories.paul1994-08-291-1/+5
| | | | | | | | | | Reviewed by: Submitted by:
* | Added send-pr for sending in bug reports.paul1994-08-2910-0/+4292
| | | | | | | | | | Reviewed by: Submitted by:
* | Add dependencies on libraries to DPADD. Someday this should be donebde1994-08-288-14/+19
| | | | | | | | | | | | automagically. -lfoo has to be right to work, but ${LIBFO0} is too easy to forget or misspell; nothing checks it and it should be different for shared libraries.
* | Use standard clean, cleandir and obj targets.bde1994-08-282-19/+13
| | | | | | | | | | | | | | Don't use $@. Uniformize the man Makefiles for shell scripts. It should't take such large Makefiles to install one script and one man page each.
* | Remove stale clone of obj target.bde1994-08-281-13/+0
| |
* | Add dependencies on libraries to DPADD.bde1994-08-282-14/+8
| | | | | | | | Move another include of bsd.prog.mk to the end.
* | Centralize declarations of library names.bde1994-08-281-0/+8
| |
* | Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.bde1994-08-281-5/+5
| |
* | We do have <dirent.h>, and it was harmful to pretend that we don't.bde1994-08-281-1/+1
| | | | | | | | | | | | | | | | | | Several files in uucp/libunix included <sys/dir.h> and defined dirent as direct, but <sys/dir.h> defines direct as dirent. This macro recursion is not allowed by cpp in traditional mode. The 2.0 mkdep uses cpp in traditional mode (another bug) so cpp prints a error message and exits with a nonzero status. The error status leaks out of the pipe (another bug) so mkdep "succeeds". It may even succeed.
* | Install ld.so immutable.wollman1994-08-261-1/+2
| |
* | Fixed Makefile for make depend some more. The .depend target was notbde1994-08-251-3/+3
| | | | | | | | | | | | being created and config.h depended on Makefile.inc being in the wrong directory so real dependencies were not being checked. The "depend" target was not created either so "make depend" always found work to do.
* | Changed cc26 to ccpaul1994-08-241-2/+2
| | | | | | | | | | Reviewed by: Submitted by:
OpenPOWER on IntegriCloud