Diff for /imach/src/Makefile between versions 1.71 and 1.72

version 1.71, 2015/09/30 17:43:12 version 1.72, 2015/09/30 18:35:53
Line 1 Line 1
 #Version has to be set in ../CMakeLists.txt too.  #Version has to be set in ../CMakeLists.txt too.
 VERSION=0.98r0  #VERSION=0.98r2
   #VERSION=$(shell echo `grep IMACH_VERSION__ version.h | echo 'titi'`)
   VERSION=$(shell echo `grep IMACH_VERSION__ version.h | awk 'BEGIN { FS = "[ \t\n\"]+" }  { print $$3 }'`)
   OSTYPE = $(shell echo $$OSTYPE)
 # DRIVEG is for VirtualBox Windows 64bit   # DRIVEG is for VirtualBox Windows 64bit 
 DRIVEG=f:  DRIVEG=f:
 #DIRG is the corresponding build directory for Virtual Windows  #DIRG is the corresponding build directory for Virtual Windows
Line 475  imachdmg : imachopt.o ../distributions/o Line 478  imachdmg : imachopt.o ../distributions/o
         pwd ;\          pwd ;\
         cmake ../..;\          cmake ../..;\
         cmake --build . ; \          cmake --build . ; \
           echo $(OSTYPE);\
         rm -rf imach$(VERSION).app;\          rm -rf imach$(VERSION).app;\
         mkdir -p imach$(VERSION).app;\          mkdir -p imach$(VERSION).app;\
         mkdir -p imach$(VERSION).app/Contents;\          mkdir -p imach$(VERSION).app/Contents;\

Removed from v.1.71  
changed lines
  Added in v.1.72


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>