You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# gnuconfig update
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
GNUCONFIG_VERSION = git
|
|
|
|
GNUCONFIG_DIR = config.$(GNUCONFIG_VERSION)
|
|
|
|
GNUCONFIG_SOURCE = config.$(GNUCONFIG_VERSION)
|
|
|
|
GNUCONFIG_SITE = https://git.savannah.gnu.org/git
|
|
|
|
|
|
|
|
update-gnuconfig:
|
|
|
|
ifeq ($(NI_ADMIN),true)
|
|
|
|
$(call STARTUP)
|
|
|
|
$(GET_GIT_SOURCE) $(GNUCONFIG_SITE)/$(GNUCONFIG_SOURCE) $(BUILD_DIR)/$(GNUCONFIG_DIR)
|
|
|
|
$(INSTALL_EXEC) $(BUILD_DIR)/$(GNUCONFIG_DIR)/config.* support/gnuconfig
|
|
|
|
$(call CLEANUP)
|
|
|
|
@$(call MESSAGE,"Commit your changes in support/gnuconfig")
|
|
|
|
endif
|