Nexus dictionaries are now generated dynamically from the hdb tree, we no longer need to cobble together operation specific dictionaries when deploying SICS.
r2239 | ffr | 2007-11-07 15:44:44 +1100 (Wed, 07 Nov 2007) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
a19b2864e1
commit
04d0a2ab9a
@@ -1,6 +1,4 @@
|
||||
all:
|
||||
make -C nexus
|
||||
all:
|
||||
|
||||
|
||||
clean:
|
||||
make -C nexus clean
|
||||
|
||||
@@ -1,18 +1,3 @@
|
||||
BMON_COMMON=nexus_in_common_1.dic nexus_in_bmon_common_1.dic nexus_in_scan_common_1.dic
|
||||
HMM_COMMON=nexus_in_common_1.dic nexus_in_hmm_common_1.dic nexus_in_bmon_common_1.dic nexus_in_scan_common_1.dic
|
||||
|
||||
all: nexus_bmonscan.dic nexus_hmscan.dic
|
||||
rm -f $(BMON_COMMON) $(HMM_COMMON)
|
||||
|
||||
%.dic:
|
||||
cp ../../../config/nexus/$@ .
|
||||
|
||||
nexus_bmonscan.dic: $(BMON_COMMON) nexus_in_motors.dic
|
||||
cat $^ > $@
|
||||
|
||||
nexus_hmscan.dic: $(HMM_COMMON) nexus_in_motors.dic
|
||||
cat $^ > $@
|
||||
all:
|
||||
|
||||
clean:
|
||||
rm nexus_bmonscan.dic nexus_hmscan.dic
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 507 B After Width: | Height: | Size: 13 B |
Reference in New Issue
Block a user