gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r3752: more help, less bug


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3752: more help, less bug
Date: Mon, 20 Jun 2016 18:57:30 +0000 (UTC)
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3752
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Mon 2016-06-20 11:57:23 -0700
message:
   more help, less bug
modified:
  doc/help.txt                   help.txt-20100621141420-844lxo43l6vuk404-1
  gsrc.in                        gsrc.in-20121219230348-wzh5gxf54l655to3-1
=== modified file 'doc/help.txt'
--- a/doc/help.txt      2013-01-27 23:00:52 +0000
+++ b/doc/help.txt      2016-06-20 18:57:23 +0000
@@ -1,10 +1,13 @@
-Usage: make -C gnu/PACKAGE [target]
+Usage: make -C pkg/DIR/PACKAGE [target]
+
+DIR is one of gnu gnustep gnome bio other,
+currently.
 
 Example: to build and install "GNU Hello"
 
-  make -C gnu/hello
-  make -C gnu/hello install
-  make -C gnu/hello clean
+  make -C pkg/gnu/hello
+  make -C pkg/gnu/hello install
+  make -C pkg/gnu/hello clean
 
 The main targets are:
 
@@ -19,10 +22,14 @@
  * build          - compile it (default)
  * check          - run the testsuite
  * install        - install to $(prefix)/
- * clean          - delete temporary files
+ * clean          - delete temporary files in build directory
  * uninstall      - un-stow a package
  * uninstall-pkg  - completely remove a package
 
+ * install-src    - copy source code to $(prefix)/src/
+ * uninstall-src  - remove source code from $(prefix)/src/
+
 For a list of available packages, type "make package-list"
+or "make package-list.html"
 
 To build all currently tested packages, type "make"

=== modified file 'gsrc.in'
--- a/gsrc.in   2016-06-17 19:08:15 +0000
+++ b/gsrc.in   2016-06-20 18:57:23 +0000
@@ -110,8 +110,8 @@
     # This is insane and stupid and slow.
     # My kingdom for a grep option that restricts the search to the 
     # first N lines so I can do this:
-    # grep -E -q i $terms ${BIOSRCDIR}/{bio,libs,tools}/*/Makefile
-    for pkg in 
${BIOSRCDIR}/pkg/{gnu,gnustep,gnome,deps,other,local,bio,libs,tools}/*; do
+    # grep -E -q i $terms ${GSRCDIR}/{bio,libs,tools}/*/Makefile
+    for pkg in 
${GSRCDIR}/pkg/{gnu,gnustep,gnome,deps,other,local,bio,libs,tools}/*; do
        sed "/GARVERSION/d;/PATCHNUM/d;/HOME_URL/d;/^#/d;/^#####$/q" 
$pkg/Makefile | \
            grep -E -q -i $terms && \
            (make $MAKE_ARGS -C $pkg pkg-info-curt)


reply via email to

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