~ubuntu-branches/ubuntu/vivid/aufs/vivid

« back to all changes in this revision

Viewing changes to sample/diskless/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Julian Andres Klode
  • Date: 2007-12-15 23:32:51 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071215233251-2vgs2lmg8mai5d9e
Tags: 0+20071211-1ubuntu1
* Merge from debian unstable (LP: #175705), remaining changes:
  - Fix for Ubuntu Kernels (updated)
* patches/01_vserver.dpatch: Removed
* patches/06_ubuntu.dpatch: Added (update of ubuntu patch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
# along with this program; if not, write to the Free Software
18
18
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 
20
 
# $Id: Makefile,v 1.4 2007/04/23 00:59:51 sfjro Exp $
 
20
# $Id: Makefile,v 1.5 2007/07/09 05:48:23 sfjro Exp $
21
21
 
22
22
include def.mk
23
23
-include priv_def.mk
74
74
edgy:
75
75
        ${MAKE} -f nfscd.mk NfsCdDir=${NfsEdgy} NfsCdUrl=${EdgyUrl} \
76
76
                NfsCdKoFull="${EdgyKoFull}" NfsCdKo="${EdgyKo}"
 
77
faunos:
 
78
        ${MAKE} -f nfscd.mk NfsCdDir=${NfsFaun} NfsCdUrl=${FaunUrl} \
 
79
                NfsCdKoFull="${FaunKoFull}" NfsCdKo="${FaunKo}"
77
80
 
78
81
########################################
79
82