5937a8d9b9
ok ajacoutot@
26 lines
975 B
Plaintext
26 lines
975 B
Plaintext
$OpenBSD: patch-Makefile,v 1.2 2008/10/27 00:07:55 jasper Exp $
|
|
--- Makefile.orig Mon Oct 13 18:24:52 2008
|
|
+++ Makefile Sun Oct 26 12:53:29 2008
|
|
@@ -17,7 +17,7 @@ CANONICAL_NAMES = $(INTERFACE_XMLS:spec/%.xml=tmp/%.na
|
|
|
|
$(CANONICAL_NAMES): tmp/%.name: spec/%.xml tools/extract-nodename.py
|
|
@install -d tmp
|
|
- python tools/extract-nodename.py $< > $@
|
|
+ !!MODPY_BIN!! tools/extract-nodename.py $< > $@
|
|
tr a-z A-Z < $@ > $@.upper
|
|
tr A-Z a-z < $@ > $@.lower
|
|
tr -d _ < $@ > $@.camel
|
|
@@ -69,10 +69,10 @@ $(TEST_INTROSPECT): $(TEST_INTERFACE_XMLS) tools/spec-
|
|
|
|
$(ASYNC_INTROSPECT): introspect/async/%.xml: introspect/%.xml tools/make_all_async.py
|
|
@install -d introspect/async
|
|
- python tools/make_all_async.py $< $@
|
|
+ !!MODPY_BIN!! tools/make_all_async.py $< $@
|
|
$(TEST_ASYNC_INTROSPECT): $(TEST_INTROSPECT) tools/make_all_async.py
|
|
@install -d test/output
|
|
- python tools/make_all_async.py $< $@
|
|
+ !!MODPY_BIN!! tools/make_all_async.py $< $@
|
|
|
|
all: $(GENERATED_FILES)
|
|
|