mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
update build system
(Logical change 1.23)
This commit is contained in:
parent
6ee7d748cf
commit
6b57405c1b
@ -91,11 +91,11 @@ all_libraries = @all_libraries@
|
||||
@DEBUG_TRUE@AM_CFLAGS = @DEBUG_TRUE@-D_FILE_OFFSET_BITS=64 -g -DDEBUG -Wall
|
||||
@DEBUG_FALSE@AM_CFLAGS = @DEBUG_FALSE@-D_FILE_OFFSET_BITS=64
|
||||
|
||||
SUBDIRS = doc include libntfs ntfstools
|
||||
SUBDIRS = doc include libntfs ntfsprogs
|
||||
|
||||
EXTRA_DIST = AUTHORS CREDITS COPYING TODO.include TODO.libntfs ChangeLog \
|
||||
INSTALL NEWS README autogen.sh linux-ntfs.spec.in \
|
||||
TODO.ntfstools
|
||||
TODO.ntfsprogs
|
||||
|
||||
|
||||
AUTOMAKE_OPTIONS = gnu
|
||||
@ -395,7 +395,7 @@ libtool: $(LIBTOOL_DEPS)
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
||||
strip:
|
||||
$(MAKE) -C ntfstools strip
|
||||
$(MAKE) -C ntfsprogs strip
|
||||
|
||||
# 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.
|
||||
|
28
configure
vendored
28
configure
vendored
@ -6324,13 +6324,13 @@ trap 'rm -fr `echo "
|
||||
doc/Makefile
|
||||
include/Makefile
|
||||
libntfs/Makefile
|
||||
ntfstools/Makefile
|
||||
ntfstools/mkntfs.8
|
||||
ntfstools/ntfsfix.8
|
||||
ntfstools/ntfslabel.8
|
||||
ntfstools/ntfsinfo.8
|
||||
ntfstools/ntfsundelete.8
|
||||
ntfstools/ntfsresize.8
|
||||
ntfsprogs/Makefile
|
||||
ntfsprogs/mkntfs.8
|
||||
ntfsprogs/ntfsfix.8
|
||||
ntfsprogs/ntfslabel.8
|
||||
ntfsprogs/ntfsinfo.8
|
||||
ntfsprogs/ntfsundelete.8
|
||||
ntfsprogs/ntfsresize.8
|
||||
linux-ntfs.spec
|
||||
config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
||||
EOF
|
||||
@ -6457,13 +6457,13 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile
|
||||
doc/Makefile
|
||||
include/Makefile
|
||||
libntfs/Makefile
|
||||
ntfstools/Makefile
|
||||
ntfstools/mkntfs.8
|
||||
ntfstools/ntfsfix.8
|
||||
ntfstools/ntfslabel.8
|
||||
ntfstools/ntfsinfo.8
|
||||
ntfstools/ntfsundelete.8
|
||||
ntfstools/ntfsresize.8
|
||||
ntfsprogs/Makefile
|
||||
ntfsprogs/mkntfs.8
|
||||
ntfsprogs/ntfsfix.8
|
||||
ntfsprogs/ntfslabel.8
|
||||
ntfsprogs/ntfsinfo.8
|
||||
ntfsprogs/ntfsundelete.8
|
||||
ntfsprogs/ntfsresize.8
|
||||
linux-ntfs.spec
|
||||
"}
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user