]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Remove old commands.
authorMichael R Sweet <michaelrsweet@gmail.com>
Fri, 26 May 2017 20:03:24 +0000 (16:03 -0400)
committerMichael R Sweet <michaelrsweet@gmail.com>
Fri, 26 May 2017 20:03:24 +0000 (16:03 -0400)
cups/Makefile

index f7d777cc85465b31514ff74ffe6eedb87c52db73..e08af0a02f8ac2647d87475c42a7790517f3508f 100644 (file)
@@ -608,8 +608,6 @@ apihelp:
 #
 
 sloc:
-       echo "libcupslite: \c"
-       sloccount $(LITEOBJS:.o=.c) 2>/dev/null | grep "Total Physical" | awk '{print $$9}'
        echo "libcups: \c"
        sloccount $(LIBOBJS:.o=.c) 2>/dev/null | grep "Total Physical" | awk '{print $$9}'