author | kergoth <kergoth> | 2002-11-05 23:37:27 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-05 23:37:27 (UTC) |
commit | 13156cd96f31a0936678dd591ace63b4e7525fe9 (patch) (unidiff) | |
tree | 5cde581394082c6adacdcf12c87db5bdf2a68ab9 | |
parent | cc85b20f907834b72222b15189698b4c48b53ee6 (diff) | |
download | opie-13156cd96f31a0936678dd591ace63b4e7525fe9.zip opie-13156cd96f31a0936678dd591ace63b4e7525fe9.tar.gz opie-13156cd96f31a0936678dd591ace63b4e7525fe9.tar.bz2 |
moved single into unsupported, until someone updates it and makes it usable again
-rw-r--r-- | Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -111,3 +111,2 @@ NONTMAKEAPPS := ipaq/opiealarm | |||
111 | DOCS = docs/src/opie-policy | 111 | DOCS = docs/src/opie-policy |
112 | single: mpegplayer/libmpeg3 | ||
113 | 112 | ||
@@ -121,3 +120,3 @@ $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) | |||
121 | 120 | ||
122 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: | 121 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS): |
123 | $(MAKE) -C $@ -f Makefile | 122 | $(MAKE) -C $@ -f Makefile |
@@ -125,6 +124,5 @@ $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: | |||
125 | showcomponents: | 124 | showcomponents: |
126 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 125 | @echo $(LIBS) $(APPS) $(COMPONENTS) |
127 | 126 | ||
128 | clean: | 127 | clean: |
129 | $(MAKE) -C single -f Makefile $@ | ||
130 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 128 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
@@ -138,2 +136,2 @@ lrelease: | |||
138 | 136 | ||
139 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean | 137 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) showcomponents clean |