mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
b621ff6cd7
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
20 lines
1.1 KiB
Diff
20 lines
1.1 KiB
Diff
--- Makefile.in.orig 2017-01-27 08:22:46.000000000 +1000
|
|
+++ Makefile.in 2017-02-13 08:09:13.313249556 +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 findunusedcode get-submodules id install 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 findunusedcode get-submodules id install 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)\
|
|
@@ -250,7 +250,7 @@
|
|
#
|
|
# Bootstrap
|
|
#
|
|
-bootstrap: check-if-root compilerplugins
|
|
+bootstrap: compilerplugins
|
|
|
|
#
|
|
# Build
|