[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [34840] trunk/blender/GNUmakefile: convenience targets for makefile

Campbell Barton ideasman42 at gmail.com
Mon Feb 14 07:15:25 CET 2011


Revision: 34840
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=34840
Author:   campbellbarton
Date:     2011-02-14 06:15:23 +0000 (Mon, 14 Feb 2011)
Log Message:
-----------
convenience targets for makefile
clean, test, package_debian, package_pacman

Modified Paths:
--------------
    trunk/blender/GNUmakefile

Modified: trunk/blender/GNUmakefile
===================================================================
--- trunk/blender/GNUmakefile	2011-02-14 06:04:40 UTC (rev 34839)
+++ trunk/blender/GNUmakefile	2011-02-14 06:15:23 UTC (rev 34840)
@@ -71,4 +71,18 @@
 	@echo run blender from "$(BUILD_DIR)/bin/blender"
 	@echo 
 
+# package types
+package_debian:
+	cd build_files/package_spec ; sh ./build_debian.sh
+
+package_pacman:
+	cd build_files/package_spec/pacman ; makepkg --asroot
+
+# forward build targets
+test:
+	cd $(BUILD_DIR) ; ctest . --output-on-failure
+
+clean:
+	cd $(BUILD_DIR) ; make clean
+
 .PHONY: all




More information about the Bf-blender-cvs mailing list