d5e301ddb7
reduce build times, introduce options, drop unneeded dependencies, and make linking with ATLAS shared libraries easier) Thanks to maho and A. Shterenlikht for review and testing, and to mm, T. Ludwig, skreuzer, and E. Lemos de Sa for reminders or related submissions PR: 117923, 139169, 155650, 159876
11 lines
309 B
Text
11 lines
309 B
Text
--- makes/Make.sysinfo.orig 2011-05-14 13:33:24.000000000 -0400
|
|
+++ makes/Make.sysinfo 2011-09-03 12:30:23.000000000 -0400
|
|
@@ -13,7 +13,7 @@
|
|
res/L1CacheSize:
|
|
$(MAKE) RunL1 MaxL1=$(MaxL1)
|
|
RunL1 : xL1
|
|
- $(ATLRUN) $(SYSdir) xL1 $(MaxL1)
|
|
+ $(ATLRUN) $(SYSdir) xL1
|
|
|
|
$(INCAdir)/atlas_type.h:
|
|
$(MAKE) RunTyp
|