Enlevé le get automatique dans le target all du Makefile (cause problème au stage2...
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Fri, 4 Mar 2011 21:37:29 +0000 (21:37 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Fri, 4 Mar 2011 21:37:29 +0000 (21:37 +0000)
stage0/Makefile
stage1/Makefile [new file with mode: 0644]
stage2/Makefile [new file with mode: 0644]
stage3/Makefile [new file with mode: 0644]

index 5fd7c05..b5595fc 100644 (file)
@@ -1,8 +1,5 @@
 # Makefile for hvlinux
 
-# Pour émuler option command-line --silent ?
-#.SILENT:
-
 # Idées pour future targets:
 #   clean
 #   strip
@@ -12,7 +9,7 @@
 
 .PHONY: get test
 
-all: get
+all:
        @./hv-install-1
 
 # Fetch packages from network
diff --git a/stage1/Makefile b/stage1/Makefile
new file mode 100644 (file)
index 0000000..b5595fc
--- /dev/null
@@ -0,0 +1,21 @@
+# Makefile for hvlinux
+
+# Idées pour future targets:
+#   clean
+#   strip
+#   compress -> compressdoc (à partir du stage2)
+#   dep
+#   list -> list installed packages and versions
+
+.PHONY: get test
+
+all:
+       @./hv-install-1
+
+# Fetch packages from network
+get:
+       @./packages-update
+
+# Test integrity of packages
+test:
+       @./packages-update test
diff --git a/stage2/Makefile b/stage2/Makefile
new file mode 100644 (file)
index 0000000..b5595fc
--- /dev/null
@@ -0,0 +1,21 @@
+# Makefile for hvlinux
+
+# Idées pour future targets:
+#   clean
+#   strip
+#   compress -> compressdoc (à partir du stage2)
+#   dep
+#   list -> list installed packages and versions
+
+.PHONY: get test
+
+all:
+       @./hv-install-1
+
+# Fetch packages from network
+get:
+       @./packages-update
+
+# Test integrity of packages
+test:
+       @./packages-update test
diff --git a/stage3/Makefile b/stage3/Makefile
new file mode 100644 (file)
index 0000000..b5595fc
--- /dev/null
@@ -0,0 +1,21 @@
+# Makefile for hvlinux
+
+# Idées pour future targets:
+#   clean
+#   strip
+#   compress -> compressdoc (à partir du stage2)
+#   dep
+#   list -> list installed packages and versions
+
+.PHONY: get test
+
+all:
+       @./hv-install-1
+
+# Fetch packages from network
+get:
+       @./packages-update
+
+# Test integrity of packages
+test:
+       @./packages-update test