]> wagnertech.de Git - projects.git/blobdiff - tools/make/rules
posaune
[projects.git] / tools / make / rules
index 01d20175512f5479352f23fa7ed20d373fa8512a..e446d53a4c36f3a4882398a90202e6545f3a4dbf 100755 (executable)
@@ -4,8 +4,9 @@
 
 # defile default operations
 NOP = @echo "No operation for target $@"
-DEB = fakeroot dpkg-deb --build debian/tmp
+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,8 +52,8 @@ version: ~/build/$(TARGET)
 ../build:
        mkdir ../build
 
-sync:
-       bash -c 'for dirs in $$(ls); do rsync -av $$dirs ../build; done'
+sync: ../build
+       rsync $(RSYNC_OPT) ./ ../build/
 
 copy: debian/$(paket).cp
        debian/$(paket).cp debian/tmp