gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r7502: update config to 2021


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7502: update config to 2021
Date: Sun, 18 Apr 2021 02:53:44 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7502
revision-id: carlhansen@gnu.org-20210418065339-w0xo8e4x4goffdy2
parent: carlhansen@gnu.org-20210418044022-dokr6h0ymsctmhc8
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Sat 2021-04-17 23:53:39 -0700
message:
  update config to 2021
added:
  pkg/gnu/config/config.mk       config.mk-20210418065304-m9ad9w9ofcrb2egb-1
modified:
  pkg/gnu/config/Makefile        makefile-20170430231231-0lbw966hs16oxlmd-2
=== modified file 'pkg/gnu/config/Makefile'
--- a/pkg/gnu/config/Makefile   2017-04-30 23:13:08 +0000
+++ b/pkg/gnu/config/Makefile   2021-04-18 06:53:39 +0000
@@ -1,6 +1,7 @@
-# Copyright © 2017 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2017,2021 Carl Hansen <carlhansen@gnu.org>
 #
-# This file is part of GSRC.
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
 #
 # GSRC is free software: you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -14,43 +15,73 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
 
-NAME = config  
-GARNAME = config       
-GARVERSION = 20170324
+NAME = config
+GARNAME = config
+GARVERSION = $(strip 2021  )
 HOME_URL = http://www.gnu.org/software/config/
 DESCRIPTION =  config.guess and config.sub scripts
 define BLURB
 config.guess and config.sub scripts, of use by package developers
+Shows canonical platform name triplet or quadruplet.
 endef
 
 ######################################################################
-
-#MASTER_SITES =  savannah.gnu.org
+#https://git.savannah.gnu.org/git/config.git
+MASTER_SITES =  git://git.savannah.gnu.org/
+MASTER_SUBDIR =  ""
+
+GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)$(GARNAME).git
+DISTNAME = $(GARNAME)-$(GARVERSION)
+NOCHECKSUM = $(DISTFILES)
+SIGFILES =
+
+GIT_REVISION = master  
+
+BUILDDEPS =
+LIBDEPS =
+
+FETCH_SCRIPTS = my
+CONFIGURE_SCRIPTS = 
+BUILD_SCRIPTS = my
+INSTALL_SCRIPTS = my
+
 
 # needs help2man  for doc
-
 ######################################################################
 
 include ../../../gar/gar.mk
-
-# config does not use normal installation; it is not a normal package.
+include config.mk
+# no download directory
 #
-# make getit
-# make dodoc
-# then, cd ./config; git pull     once in a while to update 
-
-
-
-getit:
-       git clone git://git.savannah.gnu.org/config.git
-
-
-dodoc:
-       make -C ./config  manpages
-       make -C ./config  check
+fetch-my:  
+       rm -rf $(WORKDIR)/config
+       cd $(WORKDIR) && git clone https://git.savannah.gnu.org/git/config.git
+       @echo gitted
+ 
+#FIXME 
+
+build-my:   gitpull check
+       $(MAKECOOKIE)
+
+install-my: 
+       @echo INSTALL_BIN $(WORKDIR)/config/config.guess  and config.sub
+       $(INSTALL_BIN) $(WORKDIR)/config/config.guess
+       $(INSTALL_BIN) $(WORKDIR)/config/config.sub
+       $(INSTALL_MAN) $(WORKDIR)/config/doc/config.guess.1
+       $(INSTALL_MAN) $(WORKDIR)/config/doc/config.sub.1
+
+.PHONY: check gitpull fetch
+# needs help2man  for doc
+
+check:
+       make -C $(WORKDIR)/config  manpages
+       make -C $(WORKDIR)/config  check
 
 gitpull:
-       (cd config; git pull)
+       (cd $(WORKDIR)/config; git pull)
 
 

=== added file 'pkg/gnu/config/config.mk'

reply via email to

[Prev in Thread] Current Thread [Next in Thread]