comparison packages/services/memalloc/common/current/cdl/memalloc.cdl @ 141:450e4e1f1e80 ecos-sw-2000-11-27

Merge from eCos master repository on 2000-11-27-23:09:27-GMT
author jlarmour
date Tue, 28 Nov 2000 00:03:34 +0000
parents 79d72068f491
children b939e9cada46
comparison
equal deleted inserted replaced
140:b9721305fd46 141:450e4e1f1e80
229 # FIXME we workaround an NT cygtclsh80 bug by cd'ing into the 229 # FIXME we workaround an NT cygtclsh80 bug by cd'ing into the
230 # correct dir and running heapgen.tcl from there rather than passing 230 # correct dir and running heapgen.tcl from there rather than passing
231 # an absolute path. 231 # an absolute path.
232 make -priority 50 { 232 make -priority 50 {
233 heaps.cxx : heapgeninc.tcl <PACKAGE>/src/heapgen.tcl 233 heaps.cxx : heapgeninc.tcl <PACKAGE>/src/heapgen.tcl
234 sh -c "PWD=`pwd` ; cd $(REPOSITORY)/$(PACKAGE)/src ; sh heapgen.tcl \"$(PREFIX)\" \"$$PWD\"" 234 XPWD=`pwd` ; cd $(REPOSITORY)/$(PACKAGE)/src ; sh heapgen.tcl "$(PREFIX)" "$$XPWD"
235 @cp heaps.hxx "$(PREFIX)"/include/pkgconf/heaps.hxx 235 @cp heaps.hxx "$(PREFIX)"/include/pkgconf/heaps.hxx
236 @chmod u+w "$(PREFIX)"/include/pkgconf/heaps.hxx 236 @chmod u+w "$(PREFIX)"/include/pkgconf/heaps.hxx
237 } 237 }
238 238
239 make_object { 239 make_object {