@@ -57,10 +57,11 @@ if [ ! -d '$(DESTDIR)$(bindir)' ]; then mkdir -p '$(DESTDIR)$(bindir)'; chmod 755 '$(DESTDIR)$(bindir)'; fi cp appfsd '$(DESTDIR)$(sbindir)/' cp appfs-cache '$(DESTDIR)$(sbindir)/' cp appfs-mkfs '$(DESTDIR)$(bindir)/' +# Internal target to publish appfs application to AppFS appfs-$(APPFS_VERSION).cpio: appfs-cache appfs-cert appfs-mkfs rm -rf __TMP__ mkdir -p __TMP__/appfs/noarch-noarch/$(APPFS_VERSION)/bin cp appfs-cache appfs-cert appfs-mkfs __TMP__/appfs/noarch-noarch/$(APPFS_VERSION)/bin chmod 755 __TMP__/appfs/noarch-noarch/$(APPFS_VERSION)/bin/* @@ -73,10 +74,11 @@ rm -f appfsd.tcl.h rm -f sha1.o sha1.tcl.h rm -f pki.tcl.new pki.tcl.h distclean: clean + rm -f appfs-$(APPFS_VERSION).cpio mrproper: distclean rm -f pki.tcl .PHONY: all install clean distclean mrproper