mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
DEVEL15-macos-platform-update-20060801
minor cleanup of the platform stuff
(cherry picked from commit 4d67cb2f16
)
This commit is contained in:
parent
e4c98073b9
commit
db7566521b
@ -595,7 +595,8 @@ finale: project cmd comerr afsd butc tbutc @ENABLE_KERNEL_MODULE@ libuafs audit
|
||||
finale_nolibafs: project cmd comerr afsd butc tbutc libuafs audit kauth log package \
|
||||
ptserver scout bu_utils ubik uss bozo vfsck volser tvolser tsalvaged \
|
||||
venus update xstat afsmonitor dauth rxdebug libafsrpc \
|
||||
libafsauthent shlibafsrpc shlibafsauthent libadmin login man-pages
|
||||
libafsauthent shlibafsrpc shlibafsauthent libadmin login man-pages \
|
||||
platform
|
||||
${COMPILE_PART1} finale ${COMPILE_PART2}
|
||||
|
||||
# Use washtool to ensure MakefileProto is current and obj/libafs exists.
|
||||
|
@ -15,15 +15,15 @@ afssettings: afssettings.m
|
||||
${CC} ${CFLAGS} -o afssettings afssettings.m -framework Foundation
|
||||
|
||||
install: \
|
||||
${DESTDIR}${bindir}/afssettings
|
||||
${DESTDIR}${sbindir}/afssettings
|
||||
|
||||
dest: \
|
||||
${DEST}/bin/afssettings
|
||||
${DEST}/etc/afssettings
|
||||
|
||||
${DESTDIR}${bindir}/afssettings: afssettings
|
||||
${DESTDIR}${sbindir}/afssettings: afssettings
|
||||
${INSTALL} -s $? $@
|
||||
|
||||
${DEST}/bin/afssettings: afssettings
|
||||
${DEST}/etc/afssettings: afssettings
|
||||
${INSTALL} -s $? $@
|
||||
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user