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

Diff for /xenocara/Makefile between version 1.60 and 1.61

version 1.60, 2014/07/16 21:38:36 version 1.61, 2014/08/28 17:08:33
Line 101 
Line 101 
   
 release-install:  release-install:
         @exec ${MAKE} bootstrap-root          @exec ${MAKE} bootstrap-root
         @exec ${MAKE} install  
 .if ${MACHINE} == zaurus  .if ${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; \
Line 111 
Line 110 
         fi          fi
 .endif  .endif
         touch ${DESTDIR}/usr/share/sysmerge/xetcsum          touch ${DESTDIR}/usr/share/sysmerge/xetcsum
           @exec ${MAKE} install
         XETCLIST=`mktemp /tmp/_xetcsum.XXXXXXXXXX` || exit 1; \          XETCLIST=`mktemp /tmp/_xetcsum.XXXXXXXXXX` || exit 1; \
         sort distrib/sets/lists/xetc/{mi,md.${MACHINE}} > $${XETCLIST}; \          sort distrib/sets/lists/xetc/{mi,md.${MACHINE}} > $${XETCLIST}; \
         cd ${DESTDIR} && \          cd ${DESTDIR} && \

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61