< prev index next >

make/MainSupport.gmk

Print this page

        

@@ -1,7 +1,7 @@
 #
-# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 only, as
 # published by the Free Software Foundation.  Oracle designates this

@@ -86,13 +86,11 @@
 define Clean-native
         @$(PRINTF) "Cleaning native $(if $1,for $(strip $1) )..."
         @$(PRINTF) "\n" $(LOG_DEBUG)
         $(RM) -r $(SUPPORT_OUTPUTDIR)/native/$(strip $1)
         $(RM) -r $(SUPPORT_OUTPUTDIR)/modules_libs/$(strip $1)
-        $(RM) -r $(SUPPORT_OUTPUTDIR)/modules_libs-stripped/$(strip $1)
         $(RM) -r $(SUPPORT_OUTPUTDIR)/modules_cmds/$(strip $1)
-        $(RM) -r $(SUPPORT_OUTPUTDIR)/modules_cmds-stripped/$(strip $1)
         @$(PRINTF) " done\n"
 endef
 
 define Clean-include
         @$(PRINTF) "Cleaning include $(if $1,for $(strip $1) )..."
< prev index next >