More make distcheck fixes (note that these are needed, as distcheck was never implemented here before
Этот коммит содержится в:
родитель
24f8b8fb5f
Коммит
520e129c93
26
Makefile.in
26
Makefile.in
@ -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 \
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user