Searched refs:PFE_BASE (Results 1 - 2 of 2) sorted by relevance

/hets/
H A DMakefile746 PFE_BASE := $(dir $(PFE_SETUP_FILE)) macro
755 @if [ -e $(PFE_BASE) ]; then \
756 printf '%s already exists.\n' $(PFE_BASE) ; \
759 -@HWD=$${PWD} ; X=`echo $(PFE_BASE)| cut -f1 -d/`; \
760 rm -f $$X 2>/dev/null || rm -rf $(PFE_BASE) ; \
761 mkdir -p $(PFE_BASE); \
762 cd $(PFE_BASE) || exit 3 ; \
783 rm -rf $(PFE_BASE) ; \
/hets/debian/
H A Drules746 PFE_BASE := $(dir $(PFE_SETUP_FILE)) macro
755 @if [ -e $(PFE_BASE) ]; then \
756 printf '%s already exists.\n' $(PFE_BASE) ; \
759 -@HWD=$${PWD} ; X=`echo $(PFE_BASE)| cut -f1 -d/`; \
760 rm -f $$X 2>/dev/null || rm -rf $(PFE_BASE) ; \
761 mkdir -p $(PFE_BASE); \
762 cd $(PFE_BASE) || exit 3 ; \
783 rm -rf $(PFE_BASE) ; \

Completed in 15 milliseconds