| Summary: | some src/gnu Makefiles are missing $FreeBSD$ | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | clefevre <clefevre> | ||||
| Component: | gnu | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.2-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
oops, /usr/src/gnu/libexec/uucp/libunix/Makefile is broken, sorry. the empty line was misplaced. Index: /usr/src/gnu/libexec/uucp/libunix/Makefile =================================================================== RCS file: /home/ncvs/src/gnu/libexec/uucp/libunix/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- /usr/src/gnu/libexec/uucp/libunix/Makefile 1999/08/27 23:33:07 1.7 +++ /usr/src/gnu/libexec/uucp/libunix/Makefile 2000/12/08 10:59:45 @@ -12,6 +12,7 @@ splnam.c spool.c srmdir.c statsb.c status.c sync.c tcp.c \ time.c tli.c tmpfil.c trunc.c uacces.c ufopen.c uid.c ultspl.c \ unknwn.c uuto.c walk.c wldcrd.c work.c xqtfil.c xqtsub.c ftw.c + CFLAGS+= -I$(.CURDIR)/../common_sources \ -DOWNER=\"$(owner)\" -DSBINDIR=\"$(libxdir)\" Cyrille. -- home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr State Changed From-To: open->closed Closed at originators request. State Changed From-To: closed->open I closed the wrong one :-( State Changed From-To: open->closed Gratuitous changes. Most no longer relevant anyway. We don't want to add $FreeBSD$ to contrib code unless necessary, and David and Ruslan have made many recent sweeps to the Makfiles making the style based changes that are currently in favor. Cyrille, your email bounced. If you read this please get in touch with me. Thanks. |
some /usr/src/gnu/*/Makefile are missing $FreeBSD$ cvs tag. also, get rid of SRCS=${PROG}.c and MAN1=${PROG}.1. empty lines added to augment readability. make sure CLEANFILES uses +=. please, close PR #23365 which is obsoleted by this one, sorry. How-To-Repeat: n/a