Skip to content
Snippets Groups Projects
Commit 2180eed4 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Do a "make realclean" before packing the demo-sources.
parent 269fd868
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ pkglibexec_SCRIPTS = libtool ...@@ -16,7 +16,7 @@ pkglibexec_SCRIPTS = libtool
endif endif
# #
# Install the code for the ALBERTA libs. This is useful if when making an # Install the code for the ALBERTA libs. This is useful when making an
# rpm package including debug libs. # rpm package including debug libs.
# #
...@@ -39,7 +39,7 @@ demo-tarball: $(DEMO).tar.gz ...@@ -39,7 +39,7 @@ demo-tarball: $(DEMO).tar.gz
$(DEMO).tar.gz: $(DEMO) $(DEMO).tar.gz: $(DEMO)
$(TAR_PROGRAM) cf - $(DEMO) | $(GZIP_PROGRAM) -9 > $@ $(TAR_PROGRAM) cf - $(DEMO) | $(GZIP_PROGRAM) -9 > $@
demo: @DEMOSOURCES@ $(top_builddir)/config.status demo: @DEMOSOURCES@ $(top_builddir)/config.status $(top_builddir)/Makefile
echo $? echo $?
@case '$?' in \ @case '$?' in \
*config.status*) \ *config.status*) \
...@@ -57,6 +57,7 @@ $(DEMO): demo ...@@ -57,6 +57,7 @@ $(DEMO): demo
for i in `find $@ -name ".svn"`; do rm -rf $$i; done for i in `find $@ -name ".svn"`; do rm -rf $$i; done
for i in `find $@ -name ".libs"`; do rm -rf $$i; done for i in `find $@ -name ".libs"`; do rm -rf $$i; done
rm -f $@/src/[0-9]d/Makefile.in rm -f $@/src/[0-9]d/Makefile.in
for i in $@/src/[0-9]d/; do ( cd $$i; make realclean ) ; done
clean-local: clean-local:
-rm -rf $(DEMO) -rm -rf $(DEMO)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment