equal
deleted
inserted
replaced
40 |
40 |
41 # Note : some targets are double colon rules and some single colon rules |
41 # Note : some targets are double colon rules and some single colon rules |
42 # within common included gmk files : that is why the following for loop |
42 # within common included gmk files : that is why the following for loop |
43 # has been duplicated. |
43 # has been duplicated. |
44 |
44 |
45 # When building the openjdk, build snmp only if importing binary plugs, |
45 # When building the openjdk, no snmp |
46 ifdef OPENJDK |
46 ifndef OPENJDK |
47 ifeq ($(IMPORT_BINARY_PLUGS),true) |
|
48 SUBDIRS = snmp |
|
49 endif |
|
50 else |
|
51 SUBDIRS = snmp |
47 SUBDIRS = snmp |
52 endif |
48 endif |
53 |
49 |
54 include $(BUILDDIR)/common/Subdirs.gmk |
50 include $(BUILDDIR)/common/Subdirs.gmk |
55 |
51 |