Changeset 1e121f4 for _old/app/Makefile


Ignore:
Timestamp:
10/26/10 10:57:54 (14 years ago)
Author:
Adam Kędziora <s301614@…>
Branches:
master
Children:
a6e708f
Parents:
f712e16
git-author:
Adam Kędziora <s301614@…> (10/26/10 10:57:54)
git-committer:
Adam Kędziora <s301614@…> (10/26/10 10:57:54)
Message:

Replacing old implementation with working implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • _old/app/Makefile

    r57728c1 r1e121f4  
    5454 
    5555.PHONY: components 
    56 components: 
    57         cd $(SRC_DIR)/lib && make; cd $(CUR_DIR) 
    58          
     56components:              
    5957        @for cmp in $(COMPONENTS); do\ 
    6058                cd $(SRC_DIR)/$$cmp && make && make copy; cd $(CUR_DIR); \ 
     
    8280.PHONY: clean_dist 
    8381clean_dist: 
    84  
     82        rm -rf ${UTT_DIR} 
    8583 
    8684# ------------------------------------------------------------------ 
     
    145143#       tar -czvf $(UTT_DIST_NAME).tgz $(UTT_DIR) 
    146144 
    147  
    148145#clean_dist: 
    149146#       if [ -d $(UTT_DIST_DIR) ]; then rm -r $(UTT_DIST_DIR); else true; fi 
Note: See TracChangeset for help on using the changeset viewer.