mirror of
				https://github.com/fspc/gbootroot.git
				synced 2025-11-04 00:05:35 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			669 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			669 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
 | 
						|
all:
 | 
						|
 | 
						|
install:
 | 
						|
	install -d /usr/bin
 | 
						|
	cp -fa gbootroot /usr/bin/gbootroot
 | 
						|
	cp -fa yard_chrooted_tests /usr/bin/yard_chrooted_tests
 | 
						|
	install -d /usr/share/perl5/BootRoot
 | 
						|
	cp -fa BootRoot/*.pm /usr/share/perl5/BootRoot
 | 
						|
	install -d /usr/share/gbootroot/yard/replacements
 | 
						|
	cp -fa yard/replacements/* /usr/share/gbootroot/yard/replacements
 | 
						|
	install -d /usr/share/gbootroot/yard/templates
 | 
						|
	chmod 444 yard/templates/*.yard
 | 
						|
	cp -fa yard/templates/*.yard /usr/share/gbootroot/yard/templates	
 | 
						|
	cp -fa user-mode-linux/usr/bin/uml_* /usr/bin
 | 
						|
	cp -fa user-mode-linux/usr/bin/linux /usr/bin/linux
 | 
						|
	install -d /etc/gbootroot
 | 
						|
	cp -fa gbootrootrc /etc/gbootroot/gbootrootrc
 | 
						|
 | 
						|
remove:
 | 
						|
 | 
						|
 | 
						|
 |