mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
21 lines
489 B
Plaintext
21 lines
489 B
Plaintext
$NetBSD: patch-aa,v 1.2 2012/03/04 09:42:31 asau Exp $
|
|
|
|
--- Makefile.orig 2012-01-04 20:28:16.000000000 +0400
|
|
+++ Makefile 2012-03-04 13:33:24.000000000 +0400
|
|
@@ -2,9 +2,12 @@
|
|
|
|
EXAMPLES = $(filter-out examples/OMakefile examples/CVS, $(wildcard examples/*))
|
|
|
|
-.PHONY: all
|
|
-all:
|
|
- @cd lib && $(MAKE) byte-code-library native-code-library
|
|
+.PHONY: all byte
|
|
+all: byte
|
|
+ @cd lib && $(MAKE) native-code-library
|
|
+
|
|
+byte:
|
|
+ @cd lib && $(MAKE) byte-code-library
|
|
|
|
.PHONY: examples
|
|
examples:
|