]> bicyclesonthemoon.info Git - ott/enhance/commitdiff
makefile cleanup and safety (don't rm -rf)
authorb <rowerynaksiezycu@gmail.com>
Wed, 7 Dec 2022 07:36:29 +0000 (07:36 +0000)
committerb <rowerynaksiezycu@gmail.com>
Wed, 7 Dec 2022 07:36:29 +0000 (07:36 +0000)
makefile
makefile.1.mak

index 7a554b0dd3427876007784ec494c00ecdb3b5037..b3fb84a51d5f6ae2b8cbff67e81cf9d822942957 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
 # "makefile" is automatically generated from "makefile.1.mak"
-# 05.12.2022
+# 07.12.2022
 # 
 # Copyright (C) 2022  Balthasar Szczepański
 # 
@@ -168,7 +168,6 @@ index.htm\
 $(HTM_CGI)\
 param.png
 
-#all: 403 npb npbd npb-ong1 npbd-ong1 bluenh bluenhd insert extract seediff insertframe mremapt-1 compare nofading nofadingd
 all: $(BIN) $(WWW) enhance.conf
        
 
@@ -216,7 +215,7 @@ mktree:
 
 ifdef BIN_PATH
 cp_bin: $(BIN) setuid | mktree
-       $(RM) -rf $(BIN_PATH)/*
+       $(RM) -f $(BIN_PATH)/*
        $(CP) -p $(BIN) $(BIN_PATH)
 endif
 
@@ -233,27 +232,5 @@ clean:
 
 PHONY: all clean install setuid mktree cp_bin cp_www
 
-#npbd-ong1: npb npbd-ong1.cpp makefile
-#      $(CC) $(CF) -o npbd-ong1 npbd-ong1.cpp $(LF2)
-#
-#npbd: npb npbd.cpp makefile
-#      $(CC) $(CF) -o npbd npbd.cpp $(LF2)
-#
-#bluenhd: bluenhd.cpp makefile
-#      $(CC) $(CF) -o bluenhd bluenhd.cpp $(LF2)
-#
-#seediff: seediff.c makefile
-#      $(CC) $(CF) $(LF) -o seediff seediff.c
-#
-#insertframe: insertframe.c makefile
-#      $(CC) $(CF) -o insertframe insertframe.c $(LF2)
-#
-#remapt-1: remapt-1.c makefile
-#      $(CC) $(CF) $(LF) -o remapt-1 remapt-1.c
-#
 #compare: compare.c makefile
 #      $(CC) $(CF) $(LF) -o compare compare.c
-#
-#nofadingd: nofadingd.c makefile
-#      $(CC) $(CF) $(LF) -o nofadingd nofadingd.c
-#
index d40b846c31b9dd2f5ff0d459b1a6ecaf076612d6..aa6a76600d7085b05264853ae6040fbc02cf0c06 100644 (file)
@@ -1,5 +1,5 @@
 # "makefile" is automatically generated from "makefile.1.mak"
-# 05.12.2022
+# 07.12.2022
 # 
 # Copyright (C) 2022  Balthasar Szczepański
 # 
@@ -168,7 +168,6 @@ index.htm\
 $(HTM_CGI)\
 param.png
 
-#all: 403 npb npbd npb-ong1 npbd-ong1 bluenh bluenhd insert extract seediff insertframe mremapt-1 compare nofading nofadingd
 all: $(BIN) $(WWW) enhance.conf
        
 
@@ -216,7 +215,7 @@ mktree:
 
 ifdef BIN_PATH
 cp_bin: $(BIN) setuid | mktree
-       $(RM) -rf $(BIN_PATH)/*
+       $(RM) -f $(BIN_PATH)/*
        $(CP) -p $(BIN) $(BIN_PATH)
 endif
 
@@ -233,27 +232,5 @@ clean:
 
 PHONY: all clean install setuid mktree cp_bin cp_www
 
-#npbd-ong1: npb npbd-ong1.cpp makefile
-#      $(CC) $(CF) -o npbd-ong1 npbd-ong1.cpp $(LF2)
-#
-#npbd: npb npbd.cpp makefile
-#      $(CC) $(CF) -o npbd npbd.cpp $(LF2)
-#
-#bluenhd: bluenhd.cpp makefile
-#      $(CC) $(CF) -o bluenhd bluenhd.cpp $(LF2)
-#\r
-#seediff: seediff.c makefile\r
-#      $(CC) $(CF) $(LF) -o seediff seediff.c\r
-#\r
-#insertframe: insertframe.c makefile\r
-#      $(CC) $(CF) -o insertframe insertframe.c $(LF2)\r
-#
-#remapt-1: remapt-1.c makefile
-#      $(CC) $(CF) $(LF) -o remapt-1 remapt-1.c
-#
 #compare: compare.c makefile
 #      $(CC) $(CF) $(LF) -o compare compare.c
-#
-#nofadingd: nofadingd.c makefile
-#      $(CC) $(CF) $(LF) -o nofadingd nofadingd.c
-#
\ No newline at end of file