[Pkg-octave-commit] rev 720 - trunk/packages/octave/debian
Rafael Laboissiere
rafael at costa.debian.org
Sun Aug 20 11:03:38 UTC 2006
Author: rafael
Date: 2006-08-20 11:03:37 +0000 (Sun, 20 Aug 2006)
New Revision: 720
Modified:
trunk/packages/octave/debian/rules
Log:
make distclean seems to do its job correctly, so there is no need for
the manual deletion of files generated during the build
Modified: trunk/packages/octave/debian/rules
===================================================================
--- trunk/packages/octave/debian/rules 2006-08-19 16:50:13 UTC (rev 719)
+++ trunk/packages/octave/debian/rules 2006-08-20 11:03:37 UTC (rev 720)
@@ -201,14 +201,6 @@
rm -f build-*-stamp configure-stamp make-*-stamp check-stamp \
install-*-stamp Makefile.tmp octMakefile-*
-# -rm -vrf libcruft/libcruft.so libcruft/*/Makefile \
-# install.octave scripts/gethelp libcruft/misc/*.d \
-# scripts/autom4te.cache config.log Makefrag.f77 \
-# src/PKG_ADD src/pic src/*.oct src/*.df \
-# examples/octave.desktop scripts/*/PKG_ADD \
-# test/test_sparse.m doc/interpreter/munge-texi \
-# run-octave
-
-for f in $(savefiles) ; do \
test -f $$f-save && mv $$f-save $$f ; \
done
More information about the Pkg-octave-commit
mailing list