help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Variable problems


From: Kenny Mann
Subject: Variable problems
Date: Tue, 19 Aug 2003 00:12:59 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624

I'm attempting to use $ as a literal instead of a variabe. Below is an exmaple.
Any suggestions?
I've search over gnu-makes websites and googled around, but to no avail.

login_env:
       chroot $(LFS) /static/bin/env -i \
         HOME=/root TERM=$(TERM) PS1='\u:\w\$ ' \
         PATH=/bin:/usr/bin:/sbin:/usr/sbin:/static/bin \
         /static/bin/bash --login

Thanks!

Kenny





reply via email to

[Prev in Thread] Current Thread [Next in Thread]