Changeset 1140


Ignore:
Timestamp:
Feb 1, 2004, 10:16:34 AM (22 years ago)
Author:
bird
Message:

urg. get it right you tired fool.

Location:
trunk/src/emx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/alias/alias.smak

    • Property cvs2svn:cvs-rev changed from 1.22 to 1.23
    r1139 r1140  
    6464# archiver scripting
    6565        echo "CREATE $(@F)" > $@.ar-script
    66         $.aliases/alias.ar-script
    6766        fun1=; \
    6867        for fun in $(ALIAS.ALIASES); do \
     
    8281        echo "SAVE" >> $@.ar-script
    8382        echo "END" >> $@.ar-script
    84         cd $(@D) && ar -M < ./$(@F).ar-script
     83        rm -f $(@F) $@
     84        ar -M < $@.ar-script
     85        mv $(@F) $@
    8586
    8687include mkomflib.smak
  • trunk/src/emx/templates.smak

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r1139 r1140  
    4444        echo "SAVE" >> $$@.ar-script
    4545        echo "END" >> $$@.ar-script
    46         rm -f $$@
    47         cd $$(@D) && ar -M < ./$$(@F).ar-script
     46        rm -f $$(@F) $$@
     47        ar -M < $$@.ar-script
     48        mv $$(@F) $$@
    4849       
    4950endef
Note: See TracChangeset for help on using the changeset viewer.