gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8704: update config to 2022-10


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8704: update config to 2022-10
Date: Mon, 24 Oct 2022 14:29:28 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8704
revision-id: carlhansen1234@gmail.com-20221024182922-q9lfg5hvj3dd16ck
parent: carlhansen1234@gmail.com-20221024074326-ikoq5yg7qsh9cbcp
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Mon 2022-10-24 11:29:22 -0700
message:
  update config to 2022-10
modified:
  pkg/gnu/config/Makefile        makefile-20170430231231-0lbw966hs16oxlmd-2
=== modified file 'pkg/gnu/config/Makefile'
--- a/pkg/gnu/config/Makefile   2022-10-24 04:07:31 +0000
+++ b/pkg/gnu/config/Makefile   2022-10-24 18:29:22 +0000
@@ -21,7 +21,7 @@
 
 NAME = config
 GARNAME = config
-GARVERSION = $(strip 2022-09)
+GARVERSION = $(strip 2022-10)
 HOME_URL = http://www.gnu.org/software/config/
 DESCRIPTION =  config.guess and config.sub scripts
 define BLURB
@@ -49,8 +49,7 @@
 INSTALL_SCRIPTS = my
 
 WORKSRC = $(DOWNLOADDIRGIT)/$(GARNAME)
-WORKOBJ =
-# no WORKOBJ in this pkg
+WORKOBJ = $(WORKSRC)
  
 ######################################################################
 
@@ -60,18 +59,20 @@
 .PHONY: manpages check gitpull fetch-git build-my pre-install  install-my
 
 
+
+fetch: fetch-git
+
+build-my:   fetch-git   
+       @echo             recommended: make check
+       $(MAKECOOKIE)
+
 # needs help2man  for manpages
 manpages: build-my
-       make -C $(WORKSRC)  manpages
+       $(MAKE) -C $(WORKSRC)  manpages
+       $(MAKECOOKIE)
 
 check:    build-my
-       make -C $(WORKSRC)  check
-
-fetch: fetch-git
-
-build-my:   fetch-git   
-       @echo             recommended: make check
-       $(MAKECOOKIE)
+       $(MAKE) -C $(WORKSRC)  check
 
 
 pre-install:  fetch-git


reply via email to

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