Menu

Commit [r2158]  Maximize  Restore  History

Switch away from using 'install -m 644' as an install command, because it

is useful for the nightly builds to respect umask. Instead, use 'cp -r'.
Switch from 'install -d' to 'mkdir -p' rather than use install in one
isolated situation.

* src/tools/Makefile.base-vars:
(INSTALL_DATA): 'install -m 644' -> 'cp -r'.
(MKDIR): 'install -d' -> 'mkdir -p'.

maxb 2006-05-14

changed /trunk/src/tools/Makefile.base-vars
/trunk/src/tools/Makefile.base-vars Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.