changeset 7666 | 7b994e3dd41d |
parent 7665 | bc5dbdc44e1e |
child 8018 | 79ce40b4ab5e |
7665:bc5dbdc44e1e | 7666:7b994e3dd41d |
---|---|
320 else |
320 else |
321 $(ECHO) "Rule $@ does not apply on $(PLATFORM)-$(ARCH)" |
321 $(ECHO) "Rule $@ does not apply on $(PLATFORM)-$(ARCH)" |
322 endif |
322 endif |
323 |
323 |
324 # |
324 # |
325 # Binary Plug rules and macros |
|
326 # |
|
327 include $(BUILDDIR)/common/internal/BinaryPlugs.gmk |
|
328 |
|
329 # |
|
330 # Test rule |
325 # Test rule |
331 # |
326 # |
332 |
327 |
333 .NOTPARALLEL: test_run |
328 .NOTPARALLEL: test_run |
334 |
329 |