mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
Regenerate and reapply SRCDIR build patch
This commit is contained in:
parent
69c043eb12
commit
4c1a1d36a3
@ -156,7 +156,10 @@ SRC_DIRS = \
|
||||
SUBDIRS =
|
||||
@ENABLE_CXX_TRUE@SUBDIRS += bindings/cpp
|
||||
|
||||
all: lib/$(PALIB) all-recursive tests examples selftests
|
||||
prep:
|
||||
mkdir -p qa/loopback/src/ src/hostapi/skeleton/ $(SRC_DIRS)
|
||||
|
||||
all: prep lib/$(PALIB) all-recursive tests examples selftests
|
||||
|
||||
tests: bin-stamp $(TESTS)
|
||||
|
||||
|
@ -1,17 +1,16 @@
|
||||
Index: lib-src/portaudio-v19/Makefile.in
|
||||
===================================================================
|
||||
--- lib-src/portaudio-v19/Makefile.in (revision 13510)
|
||||
+++ lib-src/portaudio-v19/Makefile.in (working copy)
|
||||
@@ -156,8 +156,11 @@
|
||||
diff --git a/lib-src/portaudio-v19/Makefile.in b/lib-src/portaudio-v19/Makefile.in
|
||||
index f5fc258..18c2de6 100644
|
||||
--- a/lib-src/portaudio-v19/Makefile.in
|
||||
+++ b/lib-src/portaudio-v19/Makefile.in
|
||||
@@ -156,7 +156,10 @@ SRC_DIRS = \
|
||||
SUBDIRS =
|
||||
@ENABLE_CXX_TRUE@SUBDIRS += bindings/cpp
|
||||
|
||||
-all: lib/$(PALIB) all-recursive tests examples selftests
|
||||
+prep:
|
||||
+ mkdir -p qa/loopback/src/ src/hostapi/skeleton/ $(SRC_DIRS)
|
||||
|
||||
+all: prep lib/$(PALIB) all-recursive tests examples selftests
|
||||
+
|
||||
+all: prep lib/$(PALIB) all-recursive tests examples selftests
|
||||
|
||||
tests: bin-stamp $(TESTS)
|
||||
|
||||
examples: bin-stamp $(EXAMPLES)
|
||||
|
Loading…
x
Reference in New Issue
Block a user