1
0
mirror of https://github.com/wfjm/w11.git synced 2026-02-20 14:46:14 +00:00

- fix tools/tcl/setup_packages and tools/src/Makefile

This commit is contained in:
Walter F.J. Mueller
2011-11-21 17:48:39 +00:00
parent 3f455d5236
commit d76323ec6c
2 changed files with 2 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# $Id: Makefile 401 2011-07-31 21:02:33Z mueller $
# $Id: Makefile 429 2011-11-20 12:54:56Z mueller $
#
# Top level makefile, using the recipe found in
# http://www.lackof.org/taggart/hacking/make-example/
@@ -16,7 +16,6 @@ DIRS += librlink
DIRS += librtcltools
DIRS += librutiltpp
DIRS += librlinktpp
DIRS += librusbtpp
#
BUILDDIRS = $(DIRS:%=build-%)
CLEANDIRS = $(DIRS:%=clean-%)
@@ -36,7 +35,6 @@ build-librlink : build-librtools
build-librtcltools : build-librtools
build-librutiltpp : build-librtcltools
build-librlinktpp : build-librlink build-librtcltools
build-librusbtpp : build-librtcltools
#
$(BUILDDIRS):
$(MAKE) -C $(@:build-%=%)

View File

@@ -1,5 +1,5 @@
#! /usr/bin/env tclsh
# $Id: setup_packages 403 2011-08-06 17:36:22Z mueller $
# $Id: setup_packages 429 2011-11-20 12:54:56Z mueller $
#
pkg_mkIndex -verbose ../lib libr*tpp.so
#
@@ -11,6 +11,4 @@ pkg_mkIndex -verbose rbbram *.tcl
pkg_mkIndex -verbose rbs3hio *.tcl
pkg_mkIndex -verbose rbemon *.tcl
#
pkg_mkIndex -verbose tstsram *.tcl
#
pkg_mkIndex -verbose tst_rlink *.tcl