Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-02-14 08:12:14 +0300
committerCampbell Barton <campbell@blender.org>2022-02-14 08:12:14 +0300
commit47b783bbe97c7cbca421aa1042dea203af167f63 (patch)
tree51ef8dc5d0467ee1e8f0b370d1c4439c8018021e /GNUmakefile
parent963ca15ba4451c46cf9ff30d456034d455f4012f (diff)
GNUmakefile: remove package targets that no longer exist
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 8da460aa290..e94ad1839e6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -44,8 +44,6 @@ Project Files
Package Targets
- * package_debian: Build a debian package.
- * package_pacman: Build an arch linux pacman package.
* package_archive: Build an archive package.
Testing Targets
@@ -313,7 +311,7 @@ CMAKE_CONFIG = cmake $(CMAKE_CONFIG_ARGS) \
# -----------------------------------------------------------------------------
# Tool for 'make config'
-# X11 spesific
+# X11 specific.
ifdef DISPLAY
CMAKE_CONFIG_TOOL = cmake-gui
else
@@ -390,11 +388,6 @@ help: .FORCE
# -----------------------------------------------------------------------------
# Packages
#
-package_debian: .FORCE
- cd build_files/package_spec ; DEB_BUILD_OPTIONS="parallel=$(NPROCS)" sh ./build_debian.sh
-
-package_pacman: .FORCE
- cd build_files/package_spec/pacman ; MAKEFLAGS="-j$(NPROCS)" makepkg
package_archive: .FORCE
make -C "$(BUILD_DIR)" -s package_archive
@@ -412,7 +405,7 @@ test_pep8: .FORCE
@$(PYTHON) tests/python/pep8.py > test_pep8.log 2>&1
@echo "written: test_pep8.log"
-# run some checks on our cmakefiles.
+# run some checks on our CMAKE files.
test_cmake: .FORCE
@$(PYTHON) build_files/cmake/cmake_consistency_check.py > test_cmake_consistency.log 2>&1
@echo "written: test_cmake_consistency.log"