X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/e5a1cf5940a548d7ade4f8e01c9a94d2a2b7b5c7..c121d33a960cf7fb52dfb4d61afb9add018e0d64:/tools/make/rules diff --git a/tools/make/rules b/tools/make/rules index aa4f5d5..e446d53 100755 --- a/tools/make/rules +++ b/tools/make/rules @@ -6,6 +6,7 @@ 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 @@ -18,7 +19,7 @@ clean: # 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) @@ -51,9 +52,8 @@ version: ~/build/$(TARGET) ../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