1
1

More make distcheck fixes (note that these are needed, as distcheck was never implemented here before

Этот коммит содержится в:
Miguel de Icaza 1998-12-16 03:20:38 +00:00
родитель 24f8b8fb5f
Коммит 520e129c93
5 изменённых файлов: 19 добавлений и 16 удалений

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

@ -75,8 +75,8 @@ uninstall:
cross TAGS clean depend dep:
@for I in $(unixdirs); do cd $$I; $(MAKE) $@ || exit 1; cd ..; done
Makefile:
$(SHELL) config.status
Makefile: Makefile.in config.status
CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) config.status
config.status:
if test -x config.status; then config.status --recheck; \
@ -118,16 +118,18 @@ distcopy:
dist: configure config.h.in distcopy
check:
tar xzvf ../mc-$(VERSION)
cd mc-$(VERSION)
mkdir =build
mkdir =install
cd =build
../configure --prefix=../=install
make
make install
echo
check: Makefile
rm -rf ../mc-$(VERSION)
tar xzvf ../mc-$(VERSION).tar.gz
mkdir mc-$(VERSION)/=build
mkdir mc-$(VERSION)/=inst
dc_install_base=`cd mc-$(VERSION)/=inst && pwd`; \
cd mc-$(VERSION)/=build \
&& ../configure --srcdir=.. --prefix=$$dc_install_base \
&& $(MAKE) \
&& make install \
&& make dist
-rm -rf mc-$(VERSION)
distcheck: dist check
@echo ***********************************

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

@ -1284,8 +1284,7 @@ if test x$srcdir != x; then
cp $srcdir/VERSION VERSION
mkdir nt
mkdir os2
cp $srcdir/nt/Makefile nt/Makefile
cp $srcdir/os2/Makefile os2/Makefile
cp $srcdir/pc/Makefile nt/Makefile
fi
fi

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

@ -12,7 +12,7 @@ INSTALL_DATA = @INSTALL_DATA@
# Distribution variables
#
DISTFILES = FileManager.idl
DISTFILES = FileManager.idl Makefile.in
all:

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

@ -35,7 +35,8 @@ HDRS = color.h file.h mouse.h user.h dialog.h find.h main.h \
hotlist.h layout.h fsusage.h mountlist.h regex.h complete.h \
myslang.h command.h cmd.h tty.h fs.h panelize.h achown.h \
learn.h listmode.h features.inc background.h \
x.h textconf.h i18n.h findme.h popt.h filegui.h keys.h xtty.h
x.h textconf.h i18n.h findme.h popt.h filegui.h keys.h xtty.h \
poptint.h
OBJS = dir.o util.o screen.o dialog.o key.o keyxdef.o menu.o \
file.o win.o color.o help.o find.o profile.o user.o view.o \

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

@ -40,6 +40,7 @@ VFSSRCS = \
fish.c \
direntry.c \
local.c \
local.h \
mcfs.c \
names.c \
mcserv.c \