Author: titmuss
Date: Tue Feb 26 06:56:42 2008
New Revision: 2036

URL: http://svn.slimdevices.com?rev=2036&root=Jive&view=rev
Log:
Bug: 6975
Description:
Makefile fixes.

Modified:
    trunk/squeezeplay/src/Makefile.osx

Modified: trunk/squeezeplay/src/Makefile.osx
URL: 
http://svn.slimdevices.com/trunk/squeezeplay/src/Makefile.osx?rev=2036&root=Jive&r1=2035&r2=2036&view=diff
==============================================================================
--- trunk/squeezeplay/src/Makefile.osx (original)
+++ trunk/squeezeplay/src/Makefile.osx Tue Feb 26 06:56:42 2008
@@ -26,7 +26,7 @@
 
 # OSX 10.4 has GNU Make 3.8, which does not support realpath (need Make 3.81).
 # Perl does...
-SRC_DIR=$(shell perl -e "use Cwd 'realpath'; print realpath('$(PWD)/..');")
+SRC_DIR=$(shell perl -e "use Cwd 'realpath'; print realpath('$(PWD)');")
 BASE_DIR = $(dir $(SRC_DIR))
 
 export BUILD_TOP=$(BASE_DIR)/build/osx
@@ -191,7 +191,7 @@
 clean:
        @echo "----------------------------------------------------------"
        @echo "Cleaning: squeezeplay"
-       -cd squeezeplay; make clean
+       -cd squeezeplay; make distclean
        @echo "----------------------------------------------------------"
        @echo "Cleaning: SDL"
        -cd SDL-1.2.11; make distclean; rm -f include/SDL_config.h;
@@ -205,6 +205,9 @@
        @echo "Cleaning: SDL_gfx"
        -cd SDL_gfx-2.0.15; make distclean
        @echo "----------------------------------------------------------"
+       @echo "Cleaning: freetype"
+       -cd freetype-2.1.10; make distclean
+       @echo "----------------------------------------------------------"
        @echo "Cleaning: lua"
        -cd lua-5.1.1; make clean
        @echo "----------------------------------------------------------"
@@ -223,5 +226,8 @@
        @echo "Cleaning: luafilesystem"
        -cd luafilesystem-1.2; make clean PLATFORM=osx
        @echo "----------------------------------------------------------"
+       @echo "Cleaning: luajson"
+       -cd luajson; make distclean
+       @echo "----------------------------------------------------------"
        @echo "Cleaning: tolua++"
        -cd tolua++-1.0.92/src/lib; rm libtolua++.a; rm *.o

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to