1
1

Make-mc.in: Filters apt, audio, deba, debd and dpkg are now

distributed. Added some comments to prevent future errors.
"make distclean" now cleans generated filters.
Этот коммит содержится в:
Pavel Roskin 2000-08-02 22:36:15 +00:00
родитель fd07976482
Коммит 0ebabd29c7
2 изменённых файлов: 15 добавлений и 6 удалений

Просмотреть файл

@ -1,5 +1,9 @@
2000-08-02 Pavel Roskin <proski@gnu.org>
* Make-mc.in: Filters apt, audio, deba, debd and dpkg are now
distributed. Added some comments to prevent future errors.
"make distclean" now cleans generated filters.
* samba/configure.in: Fixed sloppy output. The fix also sent to
the Samba team.

Просмотреть файл

@ -211,9 +211,14 @@ VFSHDRS = \
VFSOBJS = $(NONETFILES) @NETFILES@
EXTFS_MISC = README extfs.ini unarj.diff
EXTFS_CONST = a rpm hp48 mailfs patchfs sfs.ini trpm rpms uarj
# Files to install and distribute, but not filters
EXTFS_MISC = README extfs.ini unarj.diff sfs.ini
# Filters that don't need adaptation to the local system
EXTFS_CONST = a apt audio deba debd dpkg hp48 mailfs patchfs rpm \
rpms trpm uarj
# Filters that need adaptation to the local system - source files
EXTFS_IN = \
deb.in \
lslR.in \
@ -226,12 +231,9 @@ EXTFS_IN = \
uha.in \
uzip.in
# Filters that need adaptation to the local system - files to install
EXTFS_OUT = \
apt \
deb \
deba \
debd \
dpkg \
lslR \
ucpio \
urar \
@ -328,6 +330,9 @@ distclean:
-$(RMF) $(srcdir)/*~ $(srcdir)/mcserv $(srcdir)/*.o $(srcdir)/a.out
-$(RMF) $(srcdir)/core $(srcdir)/libvfs-mc.a $(srcdir)/libvfs.so
-$(RMF) $(srcdir)/mad.c $(srcdir)/mad.h
for I in $(EXTFS_OUT) ; do \
$(RMF) $(builddir)/vfs/extfs/$$I; \
done
-if test $(srcdir) = .; then $(MAKE) realclean; fi
-$(RMF) $(srcdir)/Makefile