I was scanning commits and saw one from Sean which corrected a missing
line continuation backslash in a Makefile.am:
EXTRA_DIST = \
$(man_MANS) \
- timetester.c
+ timetester.c \
CMakeLists.txt
Is there any reason not to use the form:
EXTRA_DIST = # ensure empty list
EXTRA_DIST += $(man_MANS)
EXTRA_DIST += CMakeLists.txt
It would make it less likely to miss the (ugly) backslash, and it
would make it easier to sort the list if desired.
Regards,
-Tom
Thomas M. Browder, Jr.
Niceville, Florida
USA
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-devel