From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulrich Drepper Subject: Re: [PATCH] A minor change to Makefile Date: Sat, 16 Jul 2005 09:04:20 -0700 Message-ID: <42D93004.7010502@redhat.com> References: <9DE394C12A921946AEECE1F71944ECD5023F8336@pdsmsx404> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0604471999==" Return-path: In-Reply-To: <9DE394C12A921946AEECE1F71944ECD5023F8336@pdsmsx404> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Mime-version: 1.0 Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Jiang, Yunhong" Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --===============0604471999== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigBAC24758E0A8E10605DA2B9D" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigBAC24758E0A8E10605DA2B9D Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Jiang, Yunhong wrote: > - [ -d $(D)/etc/xen ] && mv -f $(D)/etc/xen > $(D)/etc/xen.old-$(date +%s) > + -[ -d $(D)/etc/xen ] && mv -f $(D)/etc/xen > $(D)/etc/xen.old-$(shell date +%s) Not the right change. Use [ -d $(D)/etc/xen ] && mv -f $(D)/etc/xen $(D)/etc/xen.old-$$(date +%s) make needs the sub-shell command to be escaped (two $). --=20 =E2=9E=A7 Ulrich Drepper =E2=9E=A7 Red Hat, Inc. =E2=9E=A7 444 Castro St = =E2=9E=A7 Mountain View, CA =E2=9D=96 --------------enigBAC24758E0A8E10605DA2B9D Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFC2TAE2ijCOnn/RHQRAhsIAJsEGvnLFU+var6UqDCBgOiRZRJm+wCgob8F xCi+mdp9Ouct9kr7b3JlbMg= =PWdj -----END PGP SIGNATURE----- --------------enigBAC24758E0A8E10605DA2B9D-- --===============0604471999== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --===============0604471999==--