Changeset 10053


Ignore:
Timestamp:
11/22/10 16:09:18 (14 years ago)
Author:
tbretz
Message:
Use command line option of make instead of cd.
Location:
trunk/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/Changelog

    r10048 r10053  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2010/11/22 Thomas Bretz
     22
     23   * Makefile.rules:
     24     - use -C option of make instead of cd
     25
     26
    2027
    2128 2010/11/03 Daniela Dorner
  • trunk/Mars/Makefile.rules

    r9823 r10053  
    2525$(LIBRARIES):
    2626        @echo " Calling make in $(@:.a=)"
    27         (cd $*; $(MAKE) -f Makefile all)
     27        $(MAKE) -C $* -f Makefile all
    2828
    2929$(LIB): $(OBJS) $(CINT)Cint.o
Note: See TracChangeset for help on using the changeset viewer.