Add a symlinkclean target to remove symlinks
SVN-Revision: 6720
This commit is contained in:
		
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							| @@ -190,6 +190,9 @@ doc: | |||||||
| docclean: | docclean: | ||||||
| 	$(MAKE) -C docs/ clean | 	$(MAKE) -C docs/ clean | ||||||
|  |  | ||||||
|  | symlinkclean: | ||||||
|  | 	find package -type l | xargs rm -f | ||||||
|  |  | ||||||
| .SILENT: clean dirclean distclean config-clean download world | .SILENT: clean dirclean distclean config-clean download world | ||||||
| FORCE: ; | FORCE: ; | ||||||
| .PHONY: FORCE help | .PHONY: FORCE help | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Florian Fainelli
					Florian Fainelli