Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Default target file permissions ?
@ 2009-10-14 15:46 Mark Jackson
  2009-10-14 20:07 ` Dan Pattison
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Jackson @ 2009-10-14 15:46 UTC (permalink / raw)
  To: buildroot

Is it possible to set the default perms for target files / directories ?

I know you can use the "device_table.txt" file, but I'd like *all* my files to
be (say) 'chmod 755' apart from a few which I already spec via device_table.txt.

Any pointers ?

Thanks
Mark

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] Default target file permissions ?
  2009-10-14 15:46 [Buildroot] Default target file permissions ? Mark Jackson
@ 2009-10-14 20:07 ` Dan Pattison
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Pattison @ 2009-10-14 20:07 UTC (permalink / raw)
  To: buildroot

Hello Mark:

In your Make file for a program, in the install target section you can 
set the file permissions.

Example,

install:
    $(INSTALL) -m -0755 my_program my_install_path

Best Regards,

-- 
Dan Pattison
Ethertek Circuits



Mark Jackson wrote:
> Is it possible to set the default perms for target files / directories ?
>
> I know you can use the "device_table.txt" file, but I'd like *all* my files to
> be (say) 'chmod 755' apart from a few which I already spec via device_table.txt.
>
> Any pointers ?
>
> Thanks
> Mark
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>   
> ------------------------------------------------------------------------
>
>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com 
> Version: 8.5.421 / Virus Database: 270.14.16/2435 - Release Date: 10/14/09 06:33:00
>
>   

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-10-14 20:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-14 15:46 [Buildroot] Default target file permissions ? Mark Jackson
2009-10-14 20:07 ` Dan Pattison

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox