File tree Expand file tree Collapse file tree 13 files changed +26
-26
lines changed
Expand file tree Collapse file tree 13 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ PAGES=efbu.1 efeu.1 efru.1 efsu.1 edru.1 edsu.1 pcapdevs.1 nics.1
3131
3232all compile : ${TOOLS}
3333compact : compile
34- if [ ! -z ${STRIP} ]; then ${STRIP} ${TOOLS} ; fi
35- if [ -x /usr/local/bin/upx ]; then upx --best ${TOOLS} ; fi
34+ if [ ! -z ${STRIP} -a ! -z ${TOOLS} ]; then ${STRIP} ${TOOLS} ; fi
35+ if [ -x /usr/local/bin/upx -a ! -z ${TOOLS} ]; then upx --best ${TOOLS} ; fi
3636library :
3737 install -m ${DIR_PERM} -o ${OWNER} -g ${GROUP} -d ${BIN}
3838scripts :
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ PAGES=evse.1 pev.1
2424
2525all compile : ${TOOLS}
2626compact : compile
27- if [ ! -z ${STRIP} ]; then ${STRIP} ${TOOLS} ; fi
28- if [ -x /usr/local/bin/upx ]; then upx --best ${TOOLS} ; fi
27+ if [ ! -z ${STRIP} -a ! -z ${TOOLS} ]; then ${STRIP} ${TOOLS} ; fi
28+ if [ -x /usr/local/bin/upx -a ! -z ${TOOLS} ]; then upx --best ${TOOLS} ; fi
2929library :
3030 install -m ${DIR_PERM} -o ${OWNER} -g ${GROUP} -d ${BIN}
3131scripts :
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ PAGES=hpavkey.1 hpavkeys.1 rkey.1 mac2pw.1 mac2pwd.1
2525
2626all compile : ${TOOLS} ${LIBS}
2727compact : compile
28- if [ ! -z ${STRIP} ]; then ${STRIP} ${TOOLS} ; fi
29- if [ -x /usr/local/bin/upx ]; then upx --best ${TOOLS} ; fi
28+ if [ ! -z ${STRIP} -a ! -z ${TOOLS} ]; then ${STRIP} ${TOOLS} ; fi
29+ if [ -x /usr/local/bin/upx -a ! -z ${TOOLS} ]; then upx --best ${TOOLS} ; fi
3030library :
3131 install -m ${DIR_PERM} -o ${OWNER} -g ${GROUP} -d ${BIN}
3232scripts :
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ PAGES=mdioblock.1 mdioblock2.1 mdiodump.1
2424
2525all compile : ${TOOLS}
2626compact : compile
27- if [ ! -z ${STRIP} ]; then ${STRIP} ${TOOLS} ; fi
28- if [ -x /usr/local/bin/upx ]; then upx --best ${TOOLS} ; fi
27+ if [ ! -z ${STRIP} -a ! -z ${TOOLS} ]; then ${STRIP} ${TOOLS} ; fi
28+ if [ -x /usr/local/bin/upx -a ! -z ${TOOLS} ]; then upx --best ${TOOLS} ; fi
2929library :
3030 install -m ${DIR_PERM} -o ${OWNER} -g ${GROUP} -d ${BIN}
3131scripts :
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ PAGES=hpav.1 mme.1
2929
3030all compile : ${TOOLS}
3131compact : compile
32- if [ ! -z ${STRIP} ]; then ${STRIP} ${TOOLS} ; fi
33- if [ -x /usr/local/bin/upx ]; then upx --best ${TOOLS} ; fi
32+ if [ ! -z ${STRIP} -a ! -z ${TOOLS} ]; then ${STRIP} ${TOOLS} ; fi
33+ if [ -x /usr/local/bin/upx -a ! -z ${TOOLS} ]; then upx --best ${TOOLS} ; fi
3434library :
3535 install -m ${DIR_PERM} -o ${OWNER} -g ${GROUP} -d ${BIN}
3636scripts :
Original file line number Diff line number Diff line change 2323
2424all compile : ${TOOLS}
2525compact : compile
26- if [ ! -z ${STRIP} ]; then ${STRIP} ${TOOLS} ; fi
27- if [ -x /usr/local/bin/upx ]; then upx --best ${TOOLS} ; fi
26+ if [ ! -z ${STRIP} -a ! -z ${TOOLS} ]; then ${STRIP} ${TOOLS} ; fi
27+ if [ -x /usr/local/bin/upx -a ! -z ${TOOLS} ]; then upx --best ${TOOLS} ; fi
2828library :
2929# install -m ${DIR_PERM} -o ${OWNER} -g ${GROUP} -d ${BIN}
3030scripts manuals :
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ PAGES=chknvm.1 chknvm2.1 nvmsplit.1 nvmmerge.1
2424
2525all compile : ${TOOLS}
2626compact : compile
27- if [ ! -z ${STRIP} ]; then ${STRIP} ${TOOLS} ; fi
28- if [ -x /usr/local/bin/upx ]; then upx --best ${TOOLS} ; fi
27+ if [ ! -z ${STRIP} -a ! -z ${TOOLS} ]; then ${STRIP} ${TOOLS} ; fi
28+ if [ -x /usr/local/bin/upx -a ! -z ${TOOLS} ]; then upx --best ${TOOLS} ; fi
2929scripts :
3030manuals :
3131 test -d ${MAN} || install -m ${DIR_PERM} -o ${OWNER} -g ${GROUP} -d ${MAN}
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ PAGES+=pibrump.1 pibruin.1 psgraph.1 psnotch.1
2626
2727all compile : ${TOOLS}
2828compact : compile
29- if [ ! -z ${STRIP} ]; then ${STRIP} ${TOOLS} ; fi
30- if [ -x /usr/local/bin/upx ]; then upx --best ${TOOLS} ; fi
29+ if [ ! -z ${STRIP} -a ! -z ${TOOLS} ]; then ${STRIP} ${TOOLS} ; fi
30+ if [ -x /usr/local/bin/upx -a ! -z ${TOOLS} ]; then upx --best ${TOOLS} ; fi
3131scripts :
3232manuals :
3333 test -d ${MAN} || install -m ${DIR_PERM} -o ${OWNER} -g ${GROUP} -d ${MAN}
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ PAGES+=plcboot.1 plchost.1 plcID.1 plclist.1 plcrate.1 plcrule.1 plcstat.1 plcte
3434
3535all compile : ${TOOLS}
3636compact : compile
37- if [ ! -z ${STRIP} ]; then ${STRIP} ${TOOLS} ; fi
38- if [ -x /usr/local/bin/upx ]; then upx --best ${TOOLS} ; fi
37+ if [ ! -z ${STRIP} -a ! -z ${TOOLS} ]; then ${STRIP} ${TOOLS} ; fi
38+ if [ -x /usr/local/bin/upx -a ! -z ${TOOLS} ]; then upx --best ${TOOLS} ; fi
3939library :
4040 install -m ${DIR_PERM} -o ${OWNER} -g ${GROUP} -d ${BIN}
4141scripts :
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ PAGES=config2cfg.1 sdram.1
2424
2525all compile : ${TOOLS}
2626compact : compile
27- if [ ! -z ${STRIP} ]; then ${STRIP} ${TOOLS} ; fi
28- if [ -x /usr/local/bin/upx ]; then upx --best ${TOOLS} ; fi
27+ if [ ! -z ${STRIP} -a ! -z ${TOOLS} ]; then ${STRIP} ${TOOLS} ; fi
28+ if [ -x /usr/local/bin/upx -a ! -z ${TOOLS} ]; then upx --best ${TOOLS} ; fi
2929library :
3030 install -m ${DIR_PERM} -o ${OWNER} -g ${GROUP} -d ${BIN}
3131scripts :
You can’t perform that action at this time.
0 commit comments