[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / xenocara

Diff for /xenocara/Makefile between version 1.43 and 1.44

version 1.43, 2012/01/16 08:42:38 version 1.44, 2012/02/07 19:54:55
Line 42 
Line 42 
         ${MAKE} distrib-dirs          ${MAKE} distrib-dirs
         ${MAKE} includes          ${MAKE} includes
   
 afterinstall:  afterinstall:
         ${MAKE} install-mk          ${MAKE} install-mk
         ${MAKE} fix-appd          ${MAKE} fix-appd
         ${MAKE} font-cache          ${MAKE} font-cache
Line 95 
Line 95 
   
 release-install:  release-install:
         @${MAKE} install          @${MAKE} install
 .if ${MACHINE} == alpha || ${MACHINE} == hp300 || \  .if ${MACHINE} == zaurus
     ${MACHINE} == mac68k || ${MACHINE} == zaurus  
         @if [ -f $(DESTDIR)/etc/X11/xorg.conf ]; then \          @if [ -f $(DESTDIR)/etc/X11/xorg.conf ]; then \
          echo "Not overwriting existing" $(DESTDIR)/etc/X11/xorg.conf; \           echo "Not overwriting existing" $(DESTDIR)/etc/X11/xorg.conf; \
         else set -x; \          else set -x; \

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44