Makefile revision 4623
61bcc232038f0a2cb77ed6269675fdc288f5ec98Evan Hunt# CDDL HEADER START
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# The contents of this file are subject to the terms of the
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Common Development and Distribution License (the "License").
61bcc232038f0a2cb77ed6269675fdc288f5ec98Evan Hunt# You may not use this file except in compliance with the License.
61bcc232038f0a2cb77ed6269675fdc288f5ec98Evan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
61bcc232038f0a2cb77ed6269675fdc288f5ec98Evan Hunt# See the License for the specific language governing permissions
61bcc232038f0a2cb77ed6269675fdc288f5ec98Evan Hunt# and limitations under the License.
61bcc232038f0a2cb77ed6269675fdc288f5ec98Evan Hunt# When distributing Covered Code, include this CDDL HEADER in each
61bcc232038f0a2cb77ed6269675fdc288f5ec98Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
61bcc232038f0a2cb77ed6269675fdc288f5ec98Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
61bcc232038f0a2cb77ed6269675fdc288f5ec98Evan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
61bcc232038f0a2cb77ed6269675fdc288f5ec98Evan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
61bcc232038f0a2cb77ed6269675fdc288f5ec98Evan Hunt# CDDL HEADER END
61bcc232038f0a2cb77ed6269675fdc288f5ec98Evan Hunt# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
COMPONENT_ARCHIVE_URL= http://launchpad.net/$(COMPONENT_NAME)/$(COMPONENT_CODENAME)/$(COMPONENT_VERSION)/+download/$(COMPONENT_ARCHIVE)
# components/packages. The NUM_EXTRA_ARCHIVES parameter should
collectstatic --noinput; \
# Patch openstack_dashboard/settings.py to remove the xstatic imports
# (manage.py) requires the packages be "installed". Rather than
cd $$xs_archive; \
--force \
test: $(NO_TESTS)
clean::
-exec rm -r {} \;
# Packages required by Django's manage.py during the Horizon build