Hard Build System: Difference between revisions

m
no edit summary
[unchecked revision][unchecked revision]
(Created page with ":''Everything should be made as simple as possible, but not simpler.'' Build systems for operating systems implement a complex task and tend to be highly customizable. It's c...")
 
mNo edit summary
Line 124:
=== Sourcing Scripts ===
 
Some solutions create a small script script that the user sources (a shell equivalent of #include) in the current shell. These scripts usually set a few environment variables and adds stuff to the <tt>PATH</tt>. A hard build system would simply have the user add directories permanently to the <tt>PATH</tt> in <tt>~/.profile</tt> or such.
 
=== Trust Issues ===
Anonymous user