FreeBSD Bugzilla – Attachment 5870 Details for
Bug 13676
usr.bin/more/Makefile is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 831 bytes, created by
Garrett A. Wollman
on 1999-09-10 05:00:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Garrett A. Wollman
Created:
1999-09-10 05:00:00 UTC
Size:
831 bytes
patch
obsolete
>Index: Makefile > =================================================================== > RCS file: /home/cvs/src/usr.bin/more/Makefile,v > retrieving revision 1.8 > diff -u -r1.8 Makefile > --- Makefile 1999/09/03 22:31:13 1.8 > +++ Makefile 1999/09/10 03:44:56 > @@ -16,12 +16,12 @@ > EXAMPLES= default.morerc less.morerc most.morerc > > defrc.h: default.morerc > - @${ECHO} '/* ${.TARGET:T} auto-generated from ${.ALLSRC:T} */' \ > + echo '/* ${.TARGET:T} auto-generated from ${.ALLSRC:T} */' \ > > ${.TARGET} > - @${ECHO} '#define DEFRC "\' >> ${.TARGET} > + echo '#define DEFRC "\' >> ${.TARGET} > sed -e 's/\\/\\\\/g' -e 's/\"/\\\"/g' -e 's/$$/\\n\\/' \ > < ${.ALLSRC} >> ${.TARGET} > - @${ECHO} \" >> ${.TARGET} > + echo \" >> ${.TARGET} > > beforeinstall: > ${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13676
: 5870