Searched hist:23561 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/usr.bin/ee/
H A DMakefilediff 23561 Sun Mar 09 06:08:22 MST 1997 bde Don't use a dot in a chown command. In fact, don't use any commands
except `install' at install time. Don't build things at install time.
Don't hide the build steps using @. Install with mode ${NOBINMODE}
instead of 444.

Poor source layout made this harder than it should have been. E.g.,
a suffix rule can't be used because of the subdirectories, and a
new makefile per subdirectory (i.e.m per data file) would be excessive.
See /usr/src/usr.bin/mklocale for a better organisation.

Completed in 101 milliseconds