Matt Ploetz | 3a184dd | 2016-08-26 17:21:06 -0500 | [diff] [blame^] | 1 | From d71055295a21e7fe9105bdfe0085006462ab568c Mon Sep 17 00:00:00 2001 |
| 2 | From: Matt Ploetz <maploetz@us.ibm.com> |
| 3 | Date: Tue, 9 Aug 2016 10:08:15 -0500 |
| 4 | Subject: [PATCH] Remove attribute override compile |
| 5 | |
| 6 | Change-Id: Ia3f4cda97ff1ec80619bf8b5144144903b2b24f5 |
| 7 | --- |
| 8 | src/usr/targeting/makefile | 2 +- |
| 9 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 10 | |
| 11 | diff --git a/src/usr/targeting/makefile b/src/usr/targeting/makefile |
| 12 | index 61dfb0a..c0c31ea 100644 |
| 13 | --- a/src/usr/targeting/makefile |
| 14 | +++ b/src/usr/targeting/makefile |
| 15 | @@ -65,7 +65,7 @@ OBJS += ${HOSTBOOT_SPECIFIC_OBJS} |
| 16 | SUBDIRS += test.d |
| 17 | SUBDIRS += xmltohb.d |
| 18 | SUBDIRS += runtime.d |
| 19 | -SUBDIRS += attroverride.d |
| 20 | +#SUBDIRS += attroverride.d |
| 21 | |
| 22 | include ${ROOTPATH}/config.mk |
| 23 | |
| 24 | -- |
| 25 | 1.8.2.2 |
| 26 | |