extra/extras target

(Logical change 1.208)
edge.strict_endians
flatcap.org!ntfs 2003-10-16 21:11:12 +00:00
parent f1f109d219
commit 6913945435
4 changed files with 14 additions and 0 deletions

View File

@ -16,3 +16,8 @@ libtool: $(LIBTOOL_DEPS)
strip:
$(MAKE) -C ntfsprogs strip
extra: extras
extras:
$(MAKE) -C ntfsprogs extras

View File

@ -462,6 +462,11 @@ libtool: $(LIBTOOL_DEPS)
strip:
$(MAKE) -C ntfsprogs strip
extra: extras
extras:
$(MAKE) -C ntfsprogs extras
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View File

@ -104,5 +104,7 @@ dumplog_LDFLAGS = $(AM_LFLAGS)
strip: $(bin_PROGRAMS) $(sbin_PROGRAMS)
$(STRIP) $^
extra: extras
extras: $(EXTRA_PROGRAMS)

View File

@ -711,6 +711,8 @@ uninstall-man: uninstall-man8
strip: $(bin_PROGRAMS) $(sbin_PROGRAMS)
$(STRIP) $^
extra: extras
extras: $(EXTRA_PROGRAMS)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.