]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added distcc_reload().
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Jan 2009 01:06:50 +0000 (02:06 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Jan 2009 01:06:50 +0000 (02:06 +0100)
tools/make-compilers
tools/make-include

index bb51ebef196cf5d1a58571269a274099f1b53499..e14007fe71bd3e1e1926b17039119c40cd579c3e 100755 (executable)
@@ -82,6 +82,10 @@ distccd_restart() {
        distccd_start
 }
 
+distcc_reload() {
+       : # This will be used later...
+}
+
 if [ "$(basename $0)" == "make-compilers" ]; then
        # Exit, when distccd is already running
        pidof distccd &>/dev/null && exit
index 04fb674d03c7cbfc3c3a8e4973ff665865af9986..8a3610e631488b179889b0892a95436cab6f6e39 100644 (file)
@@ -193,6 +193,7 @@ lfsmakecommoncheck()
        fi
 
        build_spy package $1
+       distcc_reload
 
        return 0        # pass all!
 } # End of lfsmakecommoncheck()