mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
c524f83682
Signed-off-by: Christoph Willing <chris.willing@linux.com>
20 lines
1.1 KiB
Diff
20 lines
1.1 KiB
Diff
--- Makefile.orig 2018-02-07 22:18:13.161535968 +1000
|
|
+++ Makefile 2018-02-07 22:17:41.560533422 +1000
|
|
@@ -9,7 +9,7 @@
|
|
|
|
gb_Top_MODULE_CHECK_TARGETS := slowcheck unitcheck subsequentcheck perfcheck uicheck screenshot
|
|
|
|
-.PHONY : all check-if-root bootstrap gbuild build build-non-l10n-only build-l10n-only check clean clean-build clean-host test-install distclean distro-pack-install docs download etags fetch get-submodules id install install-gdb-printers install-strip tags debugrun help showmodules translations packageinfo internal.clean $(gb_Top_MODULE_CHECK_TARGETS)
|
|
+.PHONY : all bootstrap gbuild build build-non-l10n-only build-l10n-only check clean clean-build clean-host test-install distclean distro-pack-install docs download etags fetch get-submodules id install install-gdb-printers install-strip tags debugrun help showmodules translations packageinfo internal.clean $(gb_Top_MODULE_CHECK_TARGETS)
|
|
|
|
MAKECMDGOALS?=all
|
|
build_goal:=$(if $(filter build check,$(MAKECMDGOALS)),all)\
|
|
@@ -254,7 +254,7 @@
|
|
#
|
|
# Bootstrap
|
|
#
|
|
-bootstrap: check-if-root compilerplugins
|
|
+bootstrap: compilerplugins
|
|
|
|
#
|
|
# Build
|