Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151687312
D14317.id39176.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
611 B
Referenced Files
None
Subscribers
None
D14317.id39176.diff
View Options
Index: lib/libexpat/Makefile
===================================================================
--- lib/libexpat/Makefile
+++ lib/libexpat/Makefile
@@ -22,7 +22,8 @@
# FreeBSD-style include guards. We also want to point it at the new
# bsdxml_external.h rather than the old expat_external.h file.
bsdxml.h: expat.h
- unifdef -U__VMS < ${.ALLSRC} | \
+ # Use -x1 so that this works even when running with bash -o pipefail
+ unifdef -x1 -U__VMS < ${.ALLSRC} | \
sed -e 's/XmlParse_INCLUDED/_BSD_XML_H_/' \
-e 's/COPYING/src\/contrib\/expat\/COPYING/' \
-e 's/expat_external/bsdxml_external/' \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 11, 12:45 AM (1 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31257976
Default Alt Text
D14317.id39176.diff (611 B)
Attached To
Mode
D14317: Stop using unifdef to generate bsdxml.h
Attached
Detach File
Event Timeline
Log In to Comment