1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Description: Do not build/install stuff that's still stubs.
Author: Yavor Doganov <yavor@gnu.org>
Forwarded: not-needed
Last-Update: 2025-11-02
---
--- gnustep-xcode-0.5.0.orig/GNUmakefile
+++ gnustep-xcode-0.5.0/GNUmakefile
@@ -20,9 +20,7 @@
SUBPROJECTS = \
XCode \
Generators \
- Tools \
- Applications \
- Documentation
+ Tools
#
# Makefiles
--- gnustep-xcode-0.5.0.orig/Generators/GNUmakefile
+++ gnustep-xcode-0.5.0/Generators/GNUmakefile
@@ -13,9 +13,7 @@
# Generator bundles
SUBPROJECTS = \
Makefile \
- CMake \
- ProjectCenter \
- ProjectBuilder \
+ CMake
#
# Makefiles
|