Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2001 17:00:16 -0800 (PST)
From:      "Bruce R. Montague" <brucem@mail.cruzio.com>
To:        freebsd-small@freebsd.org
Subject:   picobsd script refs nonexistent "./clean" script
Message-ID:  <200103150100.f2F10Gj23950@mail.cruzio.com>

index | next in thread | raw e-mail


The uncustomized vanilla 4.3 BETA (4.3-BETA #0: Mon Mar 12) 
"picobsd" script (file "./src/release/picobsd/build/picobsd")
references a shell script named "clean" that is not in the 
directory:

-----------
build_package() {
    touch build.status
    echo "##############################################" >>build.status
    echo "## `date` ">>build.status
    echo "##############################################" >>build.status
    ./clean dial
-----------

--- picobsd.old Wed Mar 14 16:41:07 2001
+++ picobsd     Wed Mar 14 16:39:33 2001
@@ -174,7 +174,6 @@
     echo "##############################################" >>build.status
     echo "## `date` ">>build.status
     echo "##############################################" >>build.status
-    ./clean dial
     for z in dial router net isp ; do
        set_type ${z}
        echo "---------------------------------------------">>build.status
--------------

 This "clean" file used to be in the directory; the 
"CVS log for src/release/picobsd/build/clean" says:

-----
 Tue Feb 20 04:37:56 2001 
 "Remove "clean", its functions are now implemented by the main
 "picobsd" script."
-----

 
 Fix (?): remove the ref to "clean" as above, unless there
 is some transitional thing going on here that the snapshots
 I am looking at have missed...





- bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-small" in the body of the message



home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103150100.f2F10Gj23950>