NOP = @echo "No operation for target $@"
DEB = fakeroot dpkg-deb --build $(oldpack) debian/tmp
INSERT_BUILD = /usr/share/mbuild/insert_build.sh
+RSYNC_OPT = -av --exclude="build" --exclude="debian/tmp" --exclude="Packages" --exclude=".*"
include debian/rules.pre
# Bauen der kompilierten Programme und formatierten Dokumente aus den Quellen im Bauverzeichnis
build: debian/$(paket).build sync
- debian/$(paket).build
+ cd ../build ; debian/$(paket).build
# Build succeeded
pack: $(PACK)
../build:
mkdir ../build
-sync:
- #bash -c 'for dirs in $$(ls); do rsync -av $$dirs ../build; done'
- rsync -av --exclude="build" --exclude="debian/tmp" --exclude="Packages" --exclude=".*" ./ ../build/
+sync: ../build
+ rsync $(RSYNC_OPT) ./ ../build/
copy: debian/$(paket).cp
debian/$(paket).cp debian/tmp