Aurelien Larcher
2020-05-20 ad31a28022e216740462188ae3d8b9bd0e5e566e
prep-git: do not use prep-git in openindiana components
8 files modified
8 ■■■■■ changed files
components/openindiana/ddu/Makefile 1 ●●●● patch | view | raw | blame | history
components/openindiana/nwam-manager/Makefile 1 ●●●● patch | view | raw | blame | history
components/openindiana/openindiana-welcome/Makefile 1 ●●●● patch | view | raw | blame | history
components/openindiana/pkg/Makefile 1 ●●●● patch | view | raw | blame | history
components/openindiana/slim_source/Makefile 1 ●●●● patch | view | raw | blame | history
components/openindiana/sysding/Makefile 1 ●●●● patch | view | raw | blame | history
components/openindiana/time-slider/Makefile 1 ●●●● patch | view | raw | blame | history
make-rules/prep.mk 1 ●●●● patch | view | raw | blame | history
components/openindiana/ddu/Makefile
@@ -34,6 +34,7 @@
GIT_BRANCH=oi/hipster
GIT_CHANGESET=HEAD
COMPONENT_PREP_GIT=no
include $(WS_TOP)/make-rules/prep.mk
include $(WS_TOP)/make-rules/justmake.mk
components/openindiana/nwam-manager/Makefile
@@ -35,6 +35,7 @@
PATH = $(PATH.gnu)
COMPONENT_PREP_GIT=no
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
components/openindiana/openindiana-welcome/Makefile
@@ -37,6 +37,7 @@
PYTHON_VERSION=3.5
COMPONENT_PREP_GIT=no
include $(WS_TOP)/make-rules/prep.mk
include $(WS_TOP)/make-rules/configure.mk
components/openindiana/pkg/Makefile
@@ -32,6 +32,7 @@
CLEAN_PATHS += $(BUILD_DIR)
COMPONENT_PREP_GIT=no
include $(WS_TOP)/make-rules/prep.mk
#export CC 
components/openindiana/slim_source/Makefile
@@ -33,6 +33,7 @@
CLEAN_PATHS += $(BUILD_DIR)
COMPONENT_PREP_GIT=no
include $(WS_MAKE_RULES)/prep.mk
$(SOURCE_DIR)/.downloaded: $(ARCHIVES:%=$(USERLAND_ARCHIVES)%)
components/openindiana/sysding/Makefile
@@ -35,6 +35,7 @@
PATH=/usr/gnu/bin:/usr/bin
COMPONENT_PREP_GIT=no
include $(WS_TOP)/make-rules/prep.mk
include $(WS_TOP)/make-rules/justmake.mk
components/openindiana/time-slider/Makefile
@@ -32,6 +32,7 @@
PATH=/usr/gnu/bin:/usr/bin
COMPONENT_PREP_GIT=no
include $(WS_TOP)/make-rules/prep.mk
include $(WS_TOP)/make-rules/justmake.mk
make-rules/prep.mk
@@ -24,6 +24,7 @@
#
include $(WS_MAKE_RULES)/prep-download.mk
include $(WS_MAKE_RULES)/prep-hg.mk
include $(WS_MAKE_RULES)/prep-svn.mk
include $(WS_MAKE_RULES)/prep-unpack.mk