components/stdcxx/Makefile
changeset 774 d0cbca26a17c
parent 609 775168282b2f
child 800 2ad056ed89ec
--- a/components/stdcxx/Makefile	Tue Apr 17 10:38:01 2012 -0700
+++ b/components/stdcxx/Makefile	Tue Apr 17 10:40:54 2012 -0700
@@ -18,8 +18,13 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
 #
+
+# we really need to use studio so we don't like that
+# parfait is g++ in disguise
+PARFAIT_BUILD=no
+
 include ../../make-rules/shared-macros.mk
 
 PATH=$(dir $(CC)):/usr/gnu/bin:/usr/bin
@@ -33,6 +38,8 @@
 COMPONENT_ARCHIVE_HASH=	sha1:38efa30958222b2733f22098b3db09161d2e6c8c
 COMPONENT_ARCHIVE_URL=	http://www.apache.org/dist/stdcxx/$(COMPONENT_ARCHIVE)
 
+CLOBBER_PATHS += install.sh
+
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
 include ../../make-rules/ips.mk